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