QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#140148 | #5413. 同构判定鸡 | flower# | Compile Error | / | / | C++20 | 1.6kb | 2023-08-15 10:21:19 | 2024-07-04 01:43:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:43:15: error: expected ‘{’ before numeric constant 43 | namespace sub 3{ | ^ answer.code:43:15: error: expected unqualified-id before numeric constant answer.code: In function ‘int main()’: answer.code:68:36: error: ‘sub3’ has not been declared 68 | else if(type == 3) sub3::work(); | ^~~~