/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:23:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d",&n,&m,&t);
  ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:25:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lf%lf",ax+i,ay+i);
   ~~~~~^~~~~~~~~~~~~~~~~~~~
foo.cc:27:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lf%lf%lf",rx+i,ry+i,v+i);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 891, expect 900. 41ms 1.504 MiB
#2 Wrong Answer Read 710, expect 691. 7ms 1.445 MiB
#3 Wrong Answer Read 19, expect 26. 6ms 604.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Wrong Answer Read 81, expect 152. 3ms 704.0 KiB
#6 Wrong Answer Read 23, expect 44. 4ms 608.0 KiB
#7 Accepted 5ms 408.0 KiB

信息

递交者
类型
递交
题目
P1212 Way Selection
语言
C++
递交时间
2021-03-17 17:54:19
评测时间
2021-03-17 17:54:19
评测机
分数
25
总耗时
70ms
峰值内存
1.504 MiB