QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#409601#1979. GratitudeDiaosiCompile Error//C++14825b2024-05-12 12:59:252024-05-12 12:59:26

詳細信息

answer.code: In function ‘int main()’:
answer.code:23:9: error: ‘gets’ was not declared in this scope; did you mean ‘getw’?
   23 |         gets(s);
      |         ^~~~
      |         getw