QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#585675 | #9318. AC Automation Chicken | hezlik | Compile Error | / | / | C++20 | 5.0kb | 2024-09-23 21:43:48 | 2024-09-23 21:43:48 |
詳細信息
answer.code: In function ‘bool Read(int)’: answer.code:16:22: error: ‘flag’ was not declared in this scope; did you mean ‘_flag’? 16 | if (cas==1&&n==_n) flag=1; | ^~~~ | _flag answer.code: In function ‘int main()’: answer.code:216:15: error: return-statement with no value, in function returning ‘int’ [-fpermissive] 216 | if (!_flag) return; | ^~~~~~