QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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(); | ^~~~