/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:35:31: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'double*' [-Wformat=]
   scanf("%d%d",&b[i].x,&b[i].y);
                               ^
/in/foo.cc:35:31: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'double*' [-Wformat=]
/in/foo.cc:38:41: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'double*' [-Wformat=]
   scanf("%d%d%d",&a[i].x,&a[i].y,&a[i].v);
                                         ^
/in/foo.cc:38:41: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'double*' [-Wformat=]
/in/foo.cc:38:41: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'double*' [-Wformat=]
# 状态 耗时 内存占用
#1 Wrong Answer 130ms 4.203 MiB
#2 Wrong Answer 162ms 4.125 MiB
#3 Wrong Answer 189ms 4.223 MiB
#4 Accepted 2ms 380.0 KiB
#5 Wrong Answer 16ms 1.375 MiB
#6 Wrong Answer 149ms 4.23 MiB
#7 Wrong Answer 204ms 4.23 MiB

信息

递交者
类型
递交
题目
P1212 Way Selection
语言
C++
递交时间
2018-07-09 19:47:44
评测时间
2018-07-09 19:47:44
评测机
分数
10
总耗时
856ms
峰值内存
4.23 MiB