problemscpp
A collection of my answers to algorithm problems in c++.
载入中...
搜索中...
未找到
codeforces.h
浏览该文件的文档.
1
//
2
// Created by wangzhiheng on 17/10/2025.
3
//
4
5
#ifndef PROBLEMSCPP_CODEFORCES_H
6
#define PROBLEMSCPP_CODEFORCES_H
7
#include <iosfwd>
8
9
using namespace
std;
10
11
namespace
codeforces
{
12
namespace
beautiful_average
{
13
int
main
(istream &
/*cin*/
, ostream &
/*cout*/
);
14
}
15
16
namespace
beautiful_string
{
17
int
main
(istream &
/*cin*/
, ostream &
/*cout*/
);
18
}
19
20
}
// namespace codeforces
21
22
#endif
//PROBLEMSCPP_CODEFORCES_H
codeforces
定义
codeforces.cpp:11
codeforces::beautiful_average
定义
codeforces.cpp:12
codeforces::beautiful_average::main
int main(istream &cin, ostream &cout)
定义
codeforces.cpp:13
codeforces::beautiful_string
定义
codeforces.cpp:39
codeforces::beautiful_string::main
int main(istream &cin, ostream &cout)
定义
codeforces.cpp:40
制作者
1.13.2