QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#125617 | #2920. Ultimate Binary Watch | GuanYunChang | Compile Error | / | / | C++11 | 6.7kb | 2023-07-17 02:16:37 | 2023-07-17 02:16:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void sol()’: answer.code:372:1: error: expected primary-expression before ‘/’ token 372 | / /karim | ^ answer.code:372:3: error: expected primary-expression before ‘/’ token 372 | / /karim | ^ answer.code:372:4: error: ‘karim’ was not declared in this scope 372 | / /karim | ^~~~~ answer.code:373:21: error: ‘i’ was not declared in this scope 373 | for (int i = 0; i < 4; i++) | ^