QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#528289 | #6394. Turn on the Light | ucup-team1200 | Compile Error | / | / | C++20 | 114b | 2024-08-23 12:31:39 | 2024-08-23 12:31:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:1:9: error: ‘ask’ was not declared in this scope 1 | int x = ask(1); | ^~~ answer.code:3:5: error: expected unqualified-id before ‘if’ 3 | if(x == last){ | ^~ answer.code:7:5: error: ‘last’ does not name a type 7 | last = x; | ^~~~