QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#471777 | #905. 三元环枚举 | CristianoRonaldo# | Compile Error | / | / | C++14 | 1.2kb | 2024-07-11 08:26:29 | 2024-07-11 08:26:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:34:33: error: expected ‘;’ before ‘}’ token 34 | if (vis[w] == u) ans | ^ | ; 35 | } cout << ans; | ~