/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:26:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d %d",&r,&a,&t);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:27:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for (int i=1;i<=a;i++) scanf("%lf %lf",&door[i].x,&door[i].y);
                         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:30:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lf %lf %lf",&sx,&sy,&v);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 895, expect 900. 28ms 1.453 MiB
#2 Wrong Answer Read 690, expect 691. 8ms 1.41 MiB
#3 Accepted 7ms 592.0 KiB
#4 Accepted 1ms 404.0 KiB
#5 Accepted 5ms 640.0 KiB
#6 Accepted 6ms 628.0 KiB
#7 Accepted 7ms 500.0 KiB

信息

递交者
类型
递交
题目
P1212 Way Selection
语言
C++
递交时间
2021-11-16 09:57:38
评测时间
2021-11-16 09:57:38
评测机
分数
70
总耗时
66ms
峰值内存
1.453 MiB