洛谷 P4956 [COCI2017-2018#6] Davor
更多...
#include <luogu.h>
|
static int | main (istream &cin, ostream &cout) |
|
洛谷 P4956 [COCI2017-2018#6] Davor
在文件 luogu.h 第 351 行定义.
◆ main()
int luogu::P4956::main |
( |
istream & | cin, |
|
|
ostream & | cout ) |
|
static |
在文件 luogu.cpp 第 1033 行定义.
1033 {
1036 for(
int k = 1; 1092 * k <=
n; k++) {
1037 if((n - 1092 * k) % 364 == 0) {
1038 const int x = (
n - 1092 * k) / 364;
1039 if(x < 1 || 100 < x) {
1040 continue;
1041 }
1042 cout << x << endl
1043 << k;
1044 break;
1045 }
1046 }
1047 return 0;
1048 }
被这些函数引用 luogu::TEST(), luogu::TEST() , 以及 luogu::TEST().
该类的文档由以下文件生成: