QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#350149#7933. Build PermutationZhangYiDeCompile Error//C11548b2024-03-10 14:45:312024-03-10 14:45:31

Details

answer.code:1:1: warning: data definition has no type or storage class
 n = int(input())
 ^
answer.code:1:1: warning: type defaults to ‘int’ in declaration of ‘n’ [-Wimplicit-int]
answer.code:1:5: error: expected expression before ‘int’
 n = int(input())
     ^~~