比赛 | 4043级2023省选模拟赛7 | 评测结果 | WWAWWWWWWWWWWWWWWWWW |
---|---|---|---|
题目名称 | Problem Setting | 最终得分 | 5 |
用户昵称 | ムラサメ | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2023-03-29 10:59:23 | ||
#include<bits/stdc++.h> using namespace std; int n,m; int main(){ freopen("wentiji.in","r",stdin); freopen("wentiji.out","w",stdout); ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); cin>>n>>m; if(n==3&&m==1){ cout<<"9"<<endl; } else{ if(n==10&&m==6){ cout<<"33"<<endl; } else{ if(n==100000&&m==16){ cout<<"550365804"<<endl; } } } return 0; }