QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#613168#9435. Welcome to NPCAPCucup-team4575#Compile Error//C++141.7kb2024-10-05 13:40:262024-10-05 13:40:48

Details

answer.code: In function ‘int main()’:
answer.code:66:13: error: expected ‘;’ before ‘}’ token
   66 |     return 0
      |             ^
      |             ;
   67 | }123129387198327
      | ~            
answer.code: At global scope:
answer.code:67:2: error: expected unqualified-id before numeric constant
   67 | }123129387198327
      |  ^~~~~~~~~~~~~~~
answer.code: In function ‘int main()’:
answer.code:64:17: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   64 |     int T; scanf("%d", &T);
      |            ~~~~~^~~~~~~~~~