/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'test_for_P1772':
/in/foo.c:24:5: warning: implicit declaration of function 'itoa' [-Wimplicit-function-declaration]
     itoa(i, num1, 10);
     ^~~~
/tmp/ccZjgKLR.o: In function `test_for_P1772':
foo.c:(.text+0xd0): undefined reference to `itoa'
foo.c:(.text+0xe4): undefined reference to `itoa'
foo.c:(.text+0xf7): undefined reference to `itoa'
collect2: error: ld returned 1 exit status

信息

递交者
类型
递交
题目
P1772 巧妙填数
语言
C
递交时间
2017-12-13 17:38:31
评测时间
2017-12-13 17:38:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes