/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:36:20: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%ld",&a[i]);
                    ^
/in/foo.cc:43:34: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%ld\n",query(1,1,n,x,y));
                                  ^
# 状态 耗时 内存占用
#1 Accepted 4ms 368.0 KiB
#2 Wrong Answer 5ms 2.465 MiB
#3 Accepted 4ms 640.0 KiB
#4 Accepted 19ms 2.875 MiB
#5 Accepted 24ms 2.875 MiB
#6 Accepted 29ms 4.984 MiB
#7 Wrong Answer 55ms 3.375 MiB
#8 Accepted 59ms 3.375 MiB
#9 Accepted 68ms 5.852 MiB
#10 Accepted 78ms 6.0 MiB

信息

递交者
类型
递交
题目
P1514 天才的记忆
语言
C++
递交时间
2018-02-10 10:52:03
评测时间
2018-02-10 10:52:03
评测机
分数
80
总耗时
347ms
峰值内存
6.0 MiB