| 比赛 | 2025.12.20 | 评测结果 | AWWWWWWWWW |
|---|---|---|---|
| 题目名称 | String | 最终得分 | 10 |
| 用户昵称 | 彭欣越 | 运行时间 | 0.027 s |
| 代码语言 | C++ | 内存使用 | 3.66 MiB |
| 提交时间 | 2025-12-20 12:15:46 | ||
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int N=100010;
ll n;
int main () {
freopen("changgao_string.in","r",stdin);
freopen("changgao_string.out","w",stdout);
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
cout << -1 <<endl;
return 0;
}