比赛 2024国庆练习1 评测结果 WWWWWWWAWW
题目名称 宝藏 最终得分 10
用户昵称 袁书杰 运行时间 0.030 s
代码语言 C++ 内存使用 3.37 MiB
提交时间 2024-10-04 17:23:16
显示代码纯文本
#include<bits/stdc++.h>
#define int long long
using namespace std;
signed main(){
    freopen("hzsotomon.in","r",stdin);
    freopen("hzsotomon.out","w",stdout);
    ios::sync_with_stdio(false);
 	cin.tie(0),cout.tie(0);
 	cout<<77333;
    return 0;
}