/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:21: warning: variable 'z2' set but not used [-Wunused-but-set-variable]
  int x1,y1,z1,x2,y2,z2;
                     ^~
/in/foo.cc:28:24: warning: 'y2' may be used uninitialized in this function [-Wmaybe-uninitialized]
   sum[i]=Abs(x1-x2)+Abs(y1-y2);
                     ~~~^~~~~~~
/in/foo.cc:28:13: warning: 'x2' may be used uninitialized in this function [-Wmaybe-uninitialized]
   sum[i]=Abs(x1-x2)+Abs(y1-y2);
          ~~~^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 58ms 3.25 MiB
#2 Accepted 68ms 2.586 MiB
#3 Accepted 33ms 2.457 MiB
#4 Accepted 18ms 1.25 MiB
#5 Accepted 6ms 2.832 MiB
#6 Accepted 33ms 3.109 MiB
#7 Accepted 513ms 2.875 MiB
#8 Accepted 530ms 3.355 MiB
#9 Accepted 580ms 3.242 MiB
#10 Accepted 752ms 2.113 MiB
#11 Accepted 303ms 3.121 MiB
#12 Accepted 439ms 1.699 MiB
#13 Accepted 901ms 3.09 MiB
#14 Accepted 909ms 2.988 MiB
#15 Accepted 81ms 1.375 MiB
#16 Accepted 505ms 2.875 MiB
#17 Accepted 121ms 2.977 MiB
#18 Accepted 911ms 3.121 MiB
#19 Accepted 160ms 2.602 MiB
#20 Accepted 458ms 3.25 MiB

信息

递交者
类型
递交
题目
P1573 邮递机器人
语言
C++
递交时间
2017-10-18 16:02:17
评测时间
2017-10-18 16:02:17
评测机
分数
100
总耗时
7389ms
峰值内存
3.355 MiB