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