QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#122142 | #6121. Hacks With Includes | HuangHanSheng | Compile Error | / | / | C++17 | 1.5kb | 2023-07-09 15:55:33 | 2023-07-09 15:55:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void dfs(int)’: answer.code:26:27: error: expected ‘)’ before ‘{’ token 26 | else if(instack[v]{ | ~ ^ | ) answer.code:29:5: error: expected primary-expression before ‘}’ token 29 | } | ^