用户输出
300
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#68669 | #1075. 1-10A. JM的浩然正气 | Accepted | 100 | 2 ms | 240 K | C++ / 129 B | 该起什么名字 | 2022-04-04 11:30:13 |
#include <bits/stdc++.h>
using namespace std;
int main() {
std::ios::sync_with_stdio(false);
cout << 300;
return 0;
}