QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#192835 | #6394. Turn on the Light | ucup-team1181# | Compile Error | / | / | C++17 | 2.9kb | 2023-09-30 15:37:58 | 2023-09-30 15:37:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int ask(long long int)’: answer.code:34:37: error: expected ‘;’ before ‘long’ 34 | cout<<"? "<<x<<endl;cout.flush() | ^ | ; answer.code:36:10: error: ‘z’ was not declared in this scope 36 | cin>>z; | ^ answer.code: In function ‘void solve()’: answer.code:56:49: error: expected ‘;’ before ‘return’ 56 | cout<<"! "<<start<<endl;cout.flush() | ^ | ; 57 | return; | ~~~~~~ answer.code:81:25: error: expected ‘;’ before ‘return’ 81 | cout.flush() | ^ | ; 82 | return; | ~~~~~~