QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#364204 | #6394. Turn on the Light | MaMengQi | Compile Error | / | / | C++17 | 489b | 2024-03-24 13:00:18 | 2024-03-24 13:00:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:10:16: error: ‘n’ was not declared in this scope; did you mean ‘yn’? 10 | cin >> n; | ^ | yn answer.code:22:29: error: ‘i’ was not declared in this scope 22 | int s = ask(i); | ^ answer.code:28:29: error: ‘mid’ was not declared in this scope 28 | l = mid + 1; | ^~~ answer.code:31:29: error: ‘mid’ was not declared in this scope 31 | r = mid; | ^~~