/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:32: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
             printf("%ld\n",a[x]);
                                ^
/in/foo.cc:29:32: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
             printf("%ld\n",a[x]);
                                ^
/in/foo.cc:32:32: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
             printf("%ld\n",a[y]);
                                ^
# 状态 耗时 内存占用
#1 Accepted 58ms 76.5 MiB
#2 Accepted 32ms 76.5 MiB
#3 Accepted 34ms 76.59 MiB
#4 Wrong Answer 39ms 76.5 MiB
#5 Accepted 48ms 76.5 MiB
#6 Wrong Answer 53ms 76.594 MiB
#7 Accepted 34ms 76.5 MiB
#8 Accepted 57ms 76.5 MiB
#9 Wrong Answer 31ms 76.605 MiB
#10 Accepted 42ms 76.602 MiB

信息

递交者
类型
递交
题目
P1290 sk抓螃蟹
语言
C++
递交时间
2018-05-28 21:13:07
评测时间
2018-05-28 21:13:07
评测机
分数
70
总耗时
434ms
峰值内存
76.605 MiB