QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#96771#6128. Flippy SequenceMaMengQiCompile Error//C++981014b2023-04-15 16:14:342023-04-15 16:14:35

Details

answer.code: In function ‘int main()’:
answer.code:53:25: error: ‘puts’ was not declared in this scope
   53 |                         puts("0");
      |                         ^~~~
answer.code:64:25: error: ‘puts’ was not declared in this scope
   64 |                         puts("6");
      |                         ^~~~