QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#524064#8783. Cherry Pickingucup-team2880#Compile Error//C++201.3kb2024-08-19 09:39:272024-08-19 09:39:27

Details

answer.code:52:2: error: expected unqualified-id before numeric constant
   52 | }12213414afafasd
      |  ^~~~~~~~~~~~~~~
answer.code: In function ‘int main()’:
answer.code:13:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   13 |         scanf("%s", s+1);
      |         ~~~~~^~~~~~~~~~~