/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:121:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&N,&M);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:124:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&poi[i].x,&poi[i].y);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:130:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&a,&b);
   ~~~~~^~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 396.0 KiB
#2 Wrong Answer Read 659.04, expect 1081.14. 2ms 408.0 KiB
#3 Accepted 2ms 392.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Wrong Answer Read 202.97, expect 263.53. 2ms 512.0 KiB
#6 Accepted 3ms 648.0 KiB
#7 Accepted 3ms 636.0 KiB
#8 Accepted 2ms 384.0 KiB
#9 Accepted 2ms 464.0 KiB
#10 Accepted 3ms 640.0 KiB

信息

递交者
类型
递交
题目
P1155 集合位置
语言
C++
递交时间
2021-03-08 23:49:06
评测时间
2021-03-08 23:49:06
评测机
分数
80
总耗时
27ms
峰值内存
648.0 KiB