QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#295069#5066. String-dle Countucup-team2880Compile Error//C++203.0kb2023-12-30 18:25:032023-12-30 18:25:03

Details

answer.code:134:2: error: ‘awe’ does not name a type
  134 | }awe
      |  ^~~
answer.code: In function ‘int main()’:
answer.code:60:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   60 |         scanf("%d%d", &n, &k);
      |         ~~~~~^~~~~~~~~~~~~~~~
answer.code:64:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   64 |                 scanf("%s", ch1 + 1);
      |                 ~~~~~^~~~~~~~~~~~~~~
answer.code:65:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   65 |                 scanf("%s", ch2 + 1);
      |                 ~~~~~^~~~~~~~~~~~~~~