QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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) { | ^