/ CWOI /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:35:43: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'LL* {aka long long int*}' [-Wformat=]
             scanf("%I64d%I64d",&a[i],&b[i]);
                                           ^
/in/foo.cc:35:43: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'LL* {aka long long int*}' [-Wformat=]
/in/foo.cc:48:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=]
         printf("%I64d\n",l-1);
                             ^
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 3ms 380.0 KiB
#4 Accepted 3ms 256.0 KiB
#5 Wrong Answer 14ms 360.0 KiB
#6 Wrong Answer 33ms 508.0 KiB
#7 Wrong Answer 202ms 896.0 KiB
#8 Wrong Answer 182ms 1.0 MiB
#9 Wrong Answer 205ms 1.125 MiB
#10 Wrong Answer 203ms 1.105 MiB

信息

递交者
类型
递交
题目
2017.07.14 P1 第 k 大的数
语言
C++
递交时间
2017-07-14 19:57:28
评测时间
2017-07-14 19:57:28
评测机
分数
40
总耗时
855ms
峰值内存
1.125 MiB