| 比赛 | 20230806测试 | 评测结果 | RRRRRRRRRR |
|---|---|---|---|
| 题目名称 | 秀秀 | 最终得分 | 0 |
| 用户昵称 | 空条承太郎& | 运行时间 | 0.000 s |
| 代码语言 | C++ | 内存使用 | 0.00 MiB |
| 提交时间 | 2023-08-06 11:28:07 | ||
#include<bits/stdc++.h>
using namespace std;
int a[1000010],c[1010],top=1,ans;
string s;
struct abc{
int x, y;
};
bool cmp(abc a,abc b){
return a.x<b.x;
}
abc nm[500005];
int main(){
freopen("xiuxiu.in","r",stdin);
freopen("xiuxiu.in","w",stdout);
cout<<3<<endl;
return 0;
}