QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#343720#7933. Build PermutationHuangHanShengCompile Error//C11975b2024-03-02 22:12:182024-03-02 22:12:20

Details

answer.code: In function ‘main’:
answer.code:40:5: error: expected ‘}’ before ‘else’
     else
     ^~~~
answer.code:9:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &n);
     ^~~~~~~~~~~~~~~
answer.code:16:9: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &a[i]);
         ^~~~~~~~~~~~~~~~~~