QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#499059 | #3597. Some Sum | ZhangYiDe | Compile Error | / | / | C++20 | 366b | 2024-07-31 01:33:42 | 2024-07-31 01:33:42 |
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:21:32: error: expected ‘;’ before ‘else’ 21 | cout << "Odd\n" | ^ | ; 22 | 23 | else if (n%2 == 1) | ~~~~