QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#68819#5103. Fair Divisionlarryzhong#Compile Error//C++17370b2022-12-21 09:34:452022-12-21 09:34:46

Details

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