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