| 比赛 | 寒假集训5 | 评测结果 | WWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 省选之后 | 最终得分 | 0 |
| 用户昵称 | 123 | 运行时间 | 0.082 s |
| 代码语言 | C++ | 内存使用 | 9.76 MiB |
| 提交时间 | 2026-03-01 11:14:48 | ||
#include <bits/stdc++.h>
using namespace std;
const int N=2e5+10;
long long n,k[N];
int m;
string s[N];
int main() {
freopen("Toilets.in","r",stdin);
freopen("Toilets.out","w",stdout);
ios::sync_with_stdio(0),cin.tie(0);
cout<<1;
}