/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:28: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:29: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:32: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. 30ms 1.457 MiB
#2 Wrong Answer Read 690, expect 691. 10ms 1.418 MiB
#3 Accepted 8ms 588.0 KiB
#4 Accepted 1ms 400.0 KiB
#5 Accepted 4ms 696.0 KiB
#6 Accepted 5ms 568.0 KiB
#7 Accepted 8ms 476.0 KiB

信息

递交者
类型
递交
题目
P1212 Way Selection
语言
C++
递交时间
2021-11-15 22:02:59
评测时间
2021-11-15 22:02:59
评测机
分数
70
总耗时
70ms
峰值内存
1.457 MiB