题解:P11532 [THUPC 2025 初赛] 好成绩
lailai0916 · · 题解
解题思路
题目问她的月考数学成绩。
我不知道啊,但直接输出我上次月考数学成绩就过了。
参考代码
#include <bits/stdc++.h>
using namespace std;
int main()
{
ios::sync_with_stdio(false);
cin.tie(nullptr);
cout<<83<<'\n';
return 0;
}
lailai0916 · · 题解
题目问她的月考数学成绩。
我不知道啊,但直接输出我上次月考数学成绩就过了。
#include <bits/stdc++.h>
using namespace std;
int main()
{
ios::sync_with_stdio(false);
cin.tie(nullptr);
cout<<83<<'\n';
return 0;
}