/ XMU_ACM /

记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:84:17: warning: unused variable 'l' [-Wunused-variable]
     int i,j,k,r,l;
                 ^
/in/foo.c: In function 'run':
/in/foo.c:79:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.c:72:13: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized]
           if(j<3) return 0;
             ^
# 状态 耗时 内存占用
#1 Accepted 20ms 4.105 MiB
#2 Accepted 14ms 4.125 MiB
#3 Accepted 33ms 6.477 MiB
#4 Accepted 8ms 4.086 MiB
#5 Accepted 18ms 4.098 MiB
#6 Accepted 25ms 7.598 MiB
#7 Accepted 38ms 7.461 MiB
#8 Accepted 23ms 6.328 MiB
#9 Accepted 19ms 4.094 MiB
#10 Accepted 111ms 8.25 MiB

信息

递交者
类型
递交
题目
八数码
语言
C
递交时间
2018-10-18 16:36:07
评测时间
2018-10-18 23:13:25
评测机
分数
100
总耗时
316ms
峰值内存
8.25 MiB