| 比赛 |
THUPC 2025 pre |
评测结果 |
A |
| 题目名称 |
好成绩 |
最终得分 |
100 |
| 用户昵称 |
123 |
运行时间 |
0.002 s |
| 代码语言 |
C++ |
内存使用 |
3.72 MiB |
| 提交时间 |
2026-01-29 19:09:33 |
显示代码纯文本
#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;
}