| 比赛 | 2025.1.4 | 评测结果 | WWWWWAWWWW |
|---|---|---|---|
| 题目名称 | 喵星人集会 | 最终得分 | 10 |
| 用户昵称 | Davinci | 运行时间 | 0.030 s |
| 代码语言 | C++ | 内存使用 | 3.33 MiB |
| 提交时间 | 2025-01-04 16:35:24 | ||
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
freopen("party.in","r",stdin);
freopen("party.out","w",stdout);
int n,k;
cin>>n>>k;
if(n==25){
cout<<"5"<<endl;
}
fclose(stdin);
fclose(stdout);
return 0;
}