QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#319951#8211. Enumerating Substringsucup-team1005#Compile Error//C++112.1kb2024-02-03 12:36:142024-02-03 12:36:15

Details

answer.code:75:2: error: expected unqualified-id before numeric constant
   75 | }12312312312
      |  ^~~~~~~~~~~
answer.code: In function ‘int main()’:
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%d",&n,&m,&K);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~