QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#566412#94. Good Old Table3un_larryfuncCompile Error//C++144.6kb2024-09-16 00:03:462024-09-16 00:03:46

Details

answer.code: In function ‘void read()’:
answer.code:29:9: error: ‘gets’ was not declared in this scope; did you mean ‘getw’?
   29 |         gets(buf);
      |         ^~~~
      |         getw
answer.code:26:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   26 |     scanf("%d%d\n", &n, &m);
      |     ~~~~~^~~~~~~~~~~~~~~~~~