洛谷 P5726 【深基4.习9】打分
更多...
#include <luogu.h>
|
static int | main (istream &cin, ostream &cout) |
|
洛谷 P5726 【深基4.习9】打分
在文件 luogu.h 第 359 行定义.
◆ main()
int luogu::P5726::main |
( |
istream & |
cin, |
|
|
ostream & |
cout |
|
) |
| |
|
static |
在文件 luogu.cpp 第 1050 行定义.
1057 for(
int i = 0; i < n; i++) {
1060 maximum = max(maximum, score);
1061 minimum = min(minimum, score);
1065 cout << fixed << setprecision(2) << static_cast<double>(sum) / (n - 2);
被这些函数引用 luogu::TEST().
该类的文档由以下文件生成: