QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#566414#95. Radix3un_larryfuncCompile Error//C++145.1kb2024-09-16 00:04:012024-09-16 00:04:07

详细

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