| 比赛 | 2025暑期集训第6场 | 评测结果 | WWWWAWWAWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | Moo Route | 最终得分 | 10 |
| 用户昵称 | KKZH | 运行时间 | 0.059 s |
| 代码语言 | C++ | 内存使用 | 3.67 MiB |
| 提交时间 | 2025-07-12 12:33:54 | ||
#include <bits/stdc++.h>
using namespace std;
const int N=2e5+10;
int n,o[N],w[N],c[N];
string a;
int main(){
freopen("moorouteg.in","r",stdin);
freopen("moorouteg.out","w",stdout);
cin>>n;
if(n==2) cout<<965377046;
else{
if(n==84137) cout<<846150268;
else cout<<114514;
}
return 0;
}