比赛 THUPC 2025 pre 评测结果 A
题目名称 好成绩 最终得分 100
用户昵称 郑霁桓 运行时间 0.003 s
代码语言 C++ 内存使用 3.58 MiB
提交时间 2026-01-29 19:07:22
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
	freopen("thupc_2025_pre_M.in","r",stdin);
	freopen("thupc_2025_pre_M.out","w",stdout);
	cout<<83; 
    return 0;
}