QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#80559#5544. Grid Gamelarryzhong#Compile Error//C++17356b2023-02-24 11:25:152023-02-24 11:25:19

Details

answer.code:1:1: error: ‘n’ does not name a type
    1 | n, m = map(int, input().split())
      | ^