problemscpp
A collection of my answers to algorithm problems in c++.
静态 Public 成员函数 | 所有成员列表
luogu::P5703类 参考

洛谷 P5703 【深基2.例5】苹果采购 更多...

#include <luogu.h>

静态 Public 成员函数

static int main (istream &cin, ostream &cout)
 

详细描述

洛谷 P5703 【深基2.例5】苹果采购

在文件 luogu.h44 行定义.

成员函数说明

◆ main()

int luogu::P5703::main ( istream &  cin,
ostream &  cout 
)
static

在文件 luogu.cpp173 行定义.

173 {
174 unsigned long a;
175 unsigned long b;
176 cin >> a >> b;
177 cout << a * b;
178 return 0;
179 }

被这些函数引用 luogu::TEST().


该类的文档由以下文件生成: