QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#738261 | #9622. 有限小数 | ucup-team2383 | Compile Error | / | / | C++20 | 1.7kb | 2024-11-12 18:26:47 | 2024-11-12 18:26:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:28:1: error: expected ‘,’ or ‘;’ before ‘bool’ 28 | bool debug=0; | ^~~~ answer.code: In function ‘void solve()’: answer.code:32:12: error: ‘debug’ was not declared in this scope 32 | if(debug){ | ^~~~~ answer.code: In function ‘int main()’: answer.code:75:18: error: ‘debug’ was not declared in this scope 75 | if(t==10000) debug=1; | ^~~~~