QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#441450 | #8578. 과일 게임 | HuangHanSheng | Compile Error | / | / | C++20 | 865b | 2024-06-14 15:19:40 | 2024-06-14 15:19:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:16:11: error: size of array ‘mx’ is not an integral constant-expression 16 | int mx[L][n]; | ^