/ Vijos /

记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:44:4: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
    strcat(result,tps[14-i]);
    ^~~~~~
/in/foo.c:44:4: warning: incompatible implicit declaration of built-in function 'strcat'
/in/foo.c:44:4: note: include '<string.h>' or provide a declaration of 'strcat'
/in/foo.c:47:13: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
     int len=strlen(result);
             ^~~~~~
/in/foo.c:47:13: warning: incompatible implicit declaration of built-in function 'strlen'
/in/foo.c:47:13: note: include '<string.h>' or provide a declaration of 'strlen'
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 2ms 256.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Accepted 2ms 256.0 KiB
#7 Accepted 2ms 256.0 KiB
#8 Accepted 2ms 256.0 KiB
#9 Accepted 1ms 256.0 KiB
#10 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
P1597 2的幂次方
语言
C
递交时间
2017-07-19 20:40:09
评测时间
2017-07-19 20:40:09
评测机
分数
100
总耗时
20ms
峰值内存
256.0 KiB