QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#869609#9681. 猫粮guestxdCompile Error//C++171.5kb2025-01-25 11:58:162025-01-25 11:58:18

Details

answer.code: In function ‘void wk()’:
answer.code:47:9: error: redeclaration of ‘int cc’
   47 |     int cc=0;
      |         ^~
answer.code:34:9: note: ‘int cc’ previously declared here
   34 |     int cc=0;
      |         ^~
answer.code:53:24: error: expected ‘;’ before ‘}’ token
   53 |     else printf("No\n")
      |                        ^
      |                        ;
   54 | }
      | ~