QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#613366#9435. Welcome to NPCAPCucup-team4575#Compile Error//C++202.0kb2024-10-05 13:57:582024-10-05 13:59:59

Details

answer.code:77:2: error: expected unqualified-id before numeric constant
   77 | }123123
      |  ^~~~~~
answer.code: In function ‘void solve()’:
answer.code:37:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   37 |     scanf("%d", &n);
      |     ~~~~~^~~~~~~~~~
answer.code: In function ‘int main()’:
answer.code:74:17: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   74 |     int T; scanf("%d", &T);
      |            ~~~~~^~~~~~~~~~