QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#479794#8711. TilesMinaRagy06#Compile Error//C++201.5kb2024-07-15 20:55:052024-07-15 20:55:06

Details

answer.code: In function ‘int main()’:
answer.code:47:21: error: expected primary-expression before ‘{’ token
   47 |         if (a[0] == {0, 0}) {
      |                     ^
answer.code:47:20: error: expected ‘)’ before ‘{’ token
   47 |         if (a[0] == {0, 0}) {
      |            ~       ^~
      |                    )
answer.code:62:31: error: ‘v’ was not declared in this scope
   62 |         for (auto [l, r, h] : v) {
      |                               ^