QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#96771#6128. Flippy SequenceMaMengQiCompile Error//C++981014b2023-04-15 16:14:342023-04-15 16:14:35

詳細信息

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");
      |                         ^~~~