/ 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 9ms 4.105 MiB
#2 Accepted 9ms 4.121 MiB
#3 Accepted 24ms 6.465 MiB
#4 Accepted 8ms 4.098 MiB
#5 Accepted 8ms 4.117 MiB
#6 Accepted 58ms 7.625 MiB
#7 Accepted 19ms 7.465 MiB
#8 Accepted 36ms 6.355 MiB
#9 Accepted 9ms 4.094 MiB
#10 Accepted 78ms 8.219 MiB

信息

递交者
类型
递交
题目
八数码
语言
C
递交时间
2018-10-18 16:29:03
评测时间
2018-10-18 23:13:09
评测机
分数
100
总耗时
263ms
峰值内存
8.219 MiB