QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#405915#8330. Count off 3ReliaukCompile Error//C++171.9kb2024-05-06 17:03:282024-05-06 17:03:31

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];
      |                         ^