| 比赛 | THUPC 2025 pre | 评测结果 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 骑行计划 | 最终得分 | 0 |
| 用户昵称 | 汐汐很希希 | 运行时间 | 0.112 s |
| 代码语言 | C++ | 内存使用 | 3.69 MiB |
| 提交时间 | 2026-01-29 19:03:56 | ||
#include<bits/stdc++.h>
#define ll long long
using namespace std;
const int N=1e6+10;
const int M=2e5+10;
const int MOD=1e9+7;
const int MAXX=2e9;
int main()
{
freopen("thupc_2025_pre_A.in","r",stdin);
freopen("thupc_2025_pre_A.out","w",stdout);
cout<<"Genshin Impact niu b"<<endl;
return 0;
}