洛谷 P5719 【深基4.例3】分类平均
更多...
#include <luogu.h>
|
static int | main (istream &cin, ostream &cout) |
|
洛谷 P5719 【深基4.例3】分类平均
在文件 luogu.h 第 239 行定义.
◆ main()
int luogu::P5719::main |
( |
istream & |
cin, |
|
|
ostream & |
cout |
|
) |
| |
|
static |
在文件 luogu.cpp 第 661 行定义.
669 for(
int i = 1; i <= n; i++) {
678 cout << fixed << setprecision(1) << static_cast<double>(sum_a) /
static_cast<double>(count_a) <<
" " <<
static_cast<double>(sum_b) /
static_cast<double>(count_b);
被这些函数引用 luogu::TEST().
该类的文档由以下文件生成: