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