QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#869790 | #8619. Interactive Casino | ucup-team5015# | Compile Error | / | / | C++20 | 30.6kb | 2025-01-25 13:25:51 | 2025-01-25 13:25:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:756:17: error: ‘M’ was not declared in this scope 756 | m = M; | ^ answer.code:764:21: error: ‘M’ was not declared in this scope 764 | M += b * 2; | ^ answer.code:766:21: error: ‘M’ was not declared in this scope 766 | M -= b; | ^ answer.code:767:20: error: ‘M’ was not declared in this scope 767 | if(M <= 0) { assert(0); } | ^ answer.code:768:20: error: ‘M’ was not declared in this scope 768 | if(M >= 10000) { | ^