QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 | }; | ^