/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:76:23: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
    scanf("%d",&data[i]);
                       ^
/in/foo.cc:93:34: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
    printf("%lld\n",ques(root,x,y));
                                  ^
# 状态 耗时 内存占用
#1 Wrong Answer 104ms 2.75 MiB
#2 Wrong Answer 125ms 6.391 MiB
#3 Accepted 57ms 7.027 MiB
#4 Accepted 26ms 3.5 MiB
#5 Wrong Answer 145ms 6.062 MiB
#6 Accepted 116ms 3.625 MiB
#7 Accepted 93ms 3.984 MiB
#8 Wrong Answer 127ms 4.875 MiB
#9 Wrong Answer 105ms 1.25 MiB
#10 Wrong Answer 100ms 4.852 MiB

信息

递交者
类型
递交
题目
P1659 河蟹王国
语言
C++
递交时间
2018-01-16 13:19:44
评测时间
2018-01-16 13:19:44
评测机
分数
40
总耗时
1003ms
峰值内存
7.027 MiB