QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#496686#7262. String Modificationucup-team1005#Compile Error//C++20790b2024-07-28 14:46:102024-07-28 14:46:10

Details

answer.code:39:2: error: ‘ce’ does not name a type
   39 | }ce
      |  ^~
answer.code: In function ‘int main()’:
answer.code:14:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   14 |         scanf("%s%s", s + 1, t + 1);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~