←
返回主页
分享
@Yezi.press
C++ 代码框架
万能头文件、命名空间、主函数...
算法模板
更新于 2026年8月19日 13:01
#框架
C++
6 行
75 Bytes
复制代码
下载文件
#include
<bits/stdc++.h>
using
namespace
std
;
int
main
() {
return
0
;
}