QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#344038#7933. Build PermutationGuanYunchangCompile Error//C11820b2024-03-03 14:32:272024-03-03 14:32:27

Details

answer.code: In function ‘main’:
answer.code:7:5: error: variable-sized object may not be initialized
     unsigned int num[n]={};
     ^~~~~~~~
answer.code:5:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%u",&n);
     ^~~~~~~~~~~~~~
answer.code:9:9: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
         scanf("%u",&array[i]);
         ^~~~~~~~~~~~~~~~~~~~~