QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#220097#5460. Sum of Numbersucup-team1721Compile Error//C11903b2023-10-19 22:00:592023-10-19 22:00:59

Details

answer.code:1:1: warning: data definition has no type or storage class
 cases = []
 ^~~~~
answer.code:1:1: warning: type defaults to ‘int’ in declaration of ‘cases’ [-Wimplicit-int]
answer.code:1:9: error: expected expression before ‘[’ token
 cases = []
         ^
answer.code:37:4: warning: character constant too long for its type
 if '__main__' == __name__:
    ^~~~~~~~~~