记录详情

Compile Error

/in/foo.c: In function 'HWS':
/in/foo.c:7:2: warning: implicit declaration of function '_itoa_s' [-Wimplicit-function-declaration]
  _itoa_s(n, a, 10);
  ^~~~~~~
/tmp/cc4VB5uw.o: In function `HWS':
foo.c:(.text+0x13): undefined reference to `_itoa_s'
/tmp/cc4VB5uw.o: In function `XFS':
foo.c:(.text+0xe3): undefined reference to `_itoa_s'
collect2: error: ld returned 1 exit status

信息

递交者
类型
递交
题目
P1212 C6 变身几次成为回文数
比赛
2024程序设计与竞赛作业赛第三场(七十二变)
语言
C
递交时间
2024-10-20 13:32:30
评测时间
2024-10-20 13:32:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes