比赛 | 国庆欢乐赛3 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | 毛二琛 | 最终得分 | 0 |
用户昵称 | 李金泽 | 运行时间 | 0.015 s |
代码语言 | C++ | 内存使用 | 1.40 MiB |
提交时间 | 2025-10-05 11:42:31 | ||
#include<cstdio> #define N 100005 #define ll long long using namespace std; int n; int read(){ int sum=0;bool f=0;char c=getchar(); for(;c<48||c>57;c=getchar())if(c==45)f=1; for(;c>=48&&c<=57;c=getchar())sum=sum*10+(c&15); return f?-sum:sum; } int main(){ freopen("swap.in","r",stdin);freopen("swap.out","w",stdout); printf("1"); return 0; }