比赛 2025暑期集训第6场 评测结果 WWWWWWWWWWWWWWWW
题目名称 Moortal Cowmbat 最终得分 0
用户昵称 KKZH 运行时间 0.045 s
代码语言 C++ 内存使用 3.70 MiB
提交时间 2025-07-12 12:36:06
显示代码纯文本
#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("cowmbat.in","r",stdin);
	freopen("cowmbat.out","w",stdout);
	cin>>n;
    if(n==2) cout<<965377046;
    else{
        if(n==84137) cout<<846150268;
        else cout<<114514;
    }
	return 0;
}