QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ^~~~~