problemscpp
A collection of my answers to algorithm problems in c++.
载入中...
搜索中...
未找到
luogu::P1421类 参考

洛谷 P1421 小玉买文具 更多...

#include <luogu.h>

静态 Public 成员函数

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

详细描述

洛谷 P1421 小玉买文具

在文件 luogu.h90 行定义.

成员函数说明

◆ main()

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

在文件 luogu.cpp278 行定义.

278 {
279 int a;
280 int b;
281 cin >> a >> b;
282 cout << (10 * a + b) / 19;
283 return 0;
284 }

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


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