QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#310871 | #5419. Triangles | LiuXuanDe | Compile Error | / | / | C++14 | 2.2kb | 2024-01-21 19:13:49 | 2024-01-21 19:13:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:61:1: error: too many initializers for ‘int [8][6]’ 61 | }; | ^ answer.code:72:1: error: too many initializers for ‘int [9][6]’ 72 | }; | ^ answer.code:84:1: error: too many initializers for ‘int [10][6]’ 84 | }; | ^