/ Vijos /

记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:22:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=]
   scanf("%d",&a[i]);
           ^
/in/foo.c:36:16: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
       printf("%d\n",work2(l1,r1,1,n,1));
                ^
/in/foo.c:19:27: warning: unused variable 'j' [-Wunused-variable]
  int n,i,k,m,l,r,l1,r1,v1,j; 
                           ^
/in/foo.c:19:16: warning: unused variable 'r' [-Wunused-variable]
  int n,i,k,m,l,r,l1,r1,v1,j; 
                ^
/in/foo.c:19:14: warning: unused variable 'l' [-Wunused-variable]
  int n,i,k,m,l,r,l1,r1,v1,j; 
              ^
# 状态 耗时 内存占用
#1 Wrong Answer 84ms 896.0 KiB
#2 Wrong Answer 121ms 1.742 MiB
#3 Runtime Error 25ms 1.859 MiB
#4 Wrong Answer 17ms 1.543 MiB
#5 Runtime Error 23ms 2.125 MiB
#6 Wrong Answer 85ms 1.504 MiB
#7 Wrong Answer 97ms 1.625 MiB
#8 Wrong Answer 122ms 1.617 MiB
#9 Wrong Answer 73ms 620.0 KiB
#10 Wrong Answer 91ms 1.582 MiB

信息

递交者
类型
递交
题目
P1659 河蟹王国
语言
C
递交时间
2018-03-11 14:00:33
评测时间
2018-03-11 14:00:33
评测机
分数
0
总耗时
742ms
峰值内存
2.125 MiB