QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#787619#9629. 小 C 的神秘图形HuangHanShengCompile Error//C++14464b2024-11-27 13:33:502024-11-27 13:33:50

詳細信息

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