QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#550008#9255. Python Programucup-team4674#Compile Error//C++143.1kb2024-09-07 08:48:332024-09-07 08:53:28

详细

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