比赛 2025暑期集训第6场 评测结果 AWWWWWWWWWWWWWWW
题目名称 Moortal Cowmbat 最终得分 6
用户昵称 汐汐很希希 运行时间 0.043 s
代码语言 C++ 内存使用 3.61 MiB
提交时间 2025-07-12 11:27:12
显示代码纯文本
#include<bits/stdc++.h>
#define ll long long
using namespace std;
int main()
{
    freopen("cowmbat.in","r",stdin);
    freopen("cowmbat.out","w",stdout);
    
    cout<<5<<endl;
    return 0;
}