洛谷 P5707 【深基2.例12】上学迟到
更多...
#include <luogu.h>
|
static int | main (istream &cin, ostream &cout) |
|
洛谷 P5707 【深基2.例12】上学迟到
在文件 luogu.h 第 114 行定义.
◆ main()
int luogu::P5707::main |
( |
istream & |
cin, |
|
|
ostream & |
cout |
|
) |
| |
|
static |
在文件 luogu.cpp 第 316 行定义.
320 double t = 8 * 60 - (
static_cast<double>(s) /
static_cast<double>(v) + 10);
324 const int h =
static_cast<int>(t / 60);
325 const int m =
static_cast<int>(t) % 60;
被这些函数引用 luogu::TEST().
该类的文档由以下文件生成: