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