QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#785565#3876. Attack on Alpha-Zetucup-team4645Compile Error//C++232.2kb2024-11-26 18:16:252024-11-26 18:16:25

Details

answer.code: In function ‘int main()’:
answer.code:51:42: error: ‘gets’ was not declared in this scope; did you mean ‘getw’?
   51 |         for (int i = 1; i <= h + 1; i++) gets(a[i] + 1);
      |                                          ^~~~
      |                                          getw
answer.code:50:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   50 |         scanf("%d %d\n", &h, &w);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~
answer.code:64:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   64 |         scanf("%d", &q);
      |         ~~~~~^~~~~~~~~~
answer.code:67:18: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   67 |             scanf("%d %d", &x, &y);
      |             ~~~~~^~~~~~~~~~~~~~~~~