/ XMU_ACM /

记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:15:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(j=1;j<=n;j++)
   ^~~
/in/foo.c:29:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     i=0;
     ^
/in/foo.c:4:50: warning: unused variable 'q' [-Wunused-variable]
   int n,m,i,k,j,a[102][102],b[2][1001],x,y,g,t,p,q;
                                                  ^
/in/foo.c:4:48: warning: unused variable 'p' [-Wunused-variable]
   int n,m,i,k,j,a[102][102],b[2][1001],x,y,g,t,p,q;
                                                ^
/in/foo.c:4:29: warning: variable 'b' set but not used [-Wunused-but-set-variable]
   int n,m,i,k,j,a[102][102],b[2][1001],x,y,g,t,p,q;
                             ^
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 2ms 256.0 KiB
#5 Wrong Answer 4ms 352.0 KiB
#6 Wrong Answer 6ms 384.0 KiB
#7 Runtime Error 2ms 256.0 KiB
#8 Runtime Error 2ms 256.0 KiB
#9 Runtime Error 1ms 256.0 KiB
#10 Runtime Error 1ms 352.0 KiB

信息

递交者
类型
递交
语言
C
递交时间
2018-03-07 09:26:13
评测时间
2018-03-07 09:26:13
评测机
分数
40
总耗时
27ms
峰值内存
384.0 KiB