洛谷 P5712 【深基3.例4】Apples
更多...
#include <luogu.h>
|
static int | main (istream &cin, ostream &cout) |
|
洛谷 P5712 【深基3.例4】Apples
在文件 luogu.h 第 140 行定义.
◆ main()
int luogu::P5712::main |
( |
istream & | cin, |
|
|
ostream & | cout ) |
|
static |
在文件 luogu.cpp 第 380 行定义.
380 {
381 unsigned short x;
382 cin >> x;
383 cout << "Today, I ate " << x << " apple";
384 if(x > 1) {
385 cout << "s";
386 }
387 cout << ".";
388 return 0;
389 }
被这些函数引用 luogu::TEST() , 以及 luogu::TEST().
该类的文档由以下文件生成: