QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#154305 | #6693. Fast and Fat | ucup-team933# | Compile Error | / | / | C++20 | 1.7kb | 2023-08-31 16:26:57 | 2023-08-31 16:26:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:97:28: error: ‘ok’ was not declared in this scope 97 | if(ok) | ^~ answer.code:98:35: error: ‘mid’ was not declared in this scope 98 | l=mid+1; | ^~~ answer.code:100:35: error: ‘mid’ was not declared in this scope 100 | r=mid-1; | ^~~ answer.code: At global scope: answer.code:102:9: error: ‘cout’ does not name a type 102 | cout<<r<<endl; | ^~~~ answer.code:103:1: error: expected declaration before ‘}’ token 103 | } | ^