QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#97104#3614. Math TradeHuangHanShengCompile Error//C++981.1kb2023-04-16 15:28:222023-04-16 15:28:24

详细

answer.code: In function ‘int judge(int)’:
answer.code:20:25: error: ‘strcpy_s’ was not declared in this scope; did you mean ‘strcpy’?
   20 |                         strcpy_s(t ,30, has[j]);
      |                         ^~~~~~~~
      |                         strcpy