QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#405915 | #8330. Count off 3 | Reliauk | Compile Error | / | / | C++17 | 1.9kb | 2024-05-06 17:03:28 | 2024-05-06 17:03:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Proc()’: answer.code:53:25: error: cannot convert ‘std::array<std::array<int, 7>, 7>::value_type’ {aka ‘std::array<int, 7>’} to ‘std::array<int, 7>::value_type’ {aka ‘int’} in assignment 53 | dp[a][b][c]; | ^