/ Vijos /

记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:26:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
   memset(speed, 0, sizeof(speed));
   ^~~~~~
/in/foo.c:26:3: warning: incompatible implicit declaration of built-in function 'memset'
/in/foo.c:26:3: note: include '<string.h>' or provide a declaration of 'memset'
/in/foo.c:34:8: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
     if(abs(speed[i]-speed[j]) > k){
        ^~~
# 状态 耗时 内存占用
#1 Accepted 19ms 8.75 MiB
#2 Accepted 29ms 8.875 MiB
#3 Accepted 25ms 8.855 MiB
#4 Accepted 25ms 8.75 MiB
#5 Accepted 22ms 8.832 MiB
#6 Accepted 25ms 8.75 MiB
#7 Accepted 24ms 8.75 MiB
#8 Accepted 25ms 8.859 MiB
#9 Accepted 6ms 8.824 MiB
#10 Accepted 5ms 8.961 MiB

信息

递交者
类型
递交
题目
P1609 银翼の舞
语言
C
递交时间
2018-05-31 00:26:07
评测时间
2018-05-31 00:26:07
评测机
分数
100
总耗时
210ms
峰值内存
8.961 MiB