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

洛谷 P5704 【深基2.例6】字母转换 更多...

#include <luogu.h>

静态 Public 成员函数

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

详细描述

洛谷 P5704 【深基2.例6】字母转换

在文件 luogu.h50 行定义.

成员函数说明

◆ main()

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

在文件 luogu.cpp181 行定义.

181 {
182 char ch;
183 cin >> ch;
184 cout << static_cast<char>(toupper(ch));
185 return 0;
186 }

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


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