QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#521453#6604. Kobolds and CatacombsMaMengQiCompile Error//C++171.3kb2024-08-16 11:00:472024-08-16 11:00:48

Details

answer.code:57:1: error: expected unqualified-id before numeric constant
   57 | 2de221de21d12e1
      | ^~~~~~~~~~~~~~~
answer.code: In function ‘int main()’:
answer.code:28:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   28 |     scanf("%d%d%lld",&n,&m,&k);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~
answer.code:30:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   30 |         scanf("%s",s+1);
      |         ~~~~~^~~~~~~~~~