QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#403560 | #51. Tiling | ZhaoZiLong | Compile Error | / | / | C++17 | 397b | 2024-05-02 14:37:08 | 2024-05-02 14:37:09 |
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:20:5: error: ‘else’ without a previous ‘if’ 20 | else if(n%2!=0) cout<<0; | ^~~~