记录详情

Accepted

foo.cc: In function 'void init()':
foo.cc:38:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   38 |  scanf(" %d %lf",&N,&R);
      |  ~~~~~^~~~~~~~~~~~~~~~~
foo.cc:39:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   39 |  for (int i=1;i<=N;i++) scanf(" %lf %lf",&A[i].x,&A[i].y);
      |                         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 4ms 384.0 KiB
#4 Accepted 4ms 384.0 KiB
#5 Accepted 18ms 896.0 KiB
#6 Accepted 37ms 1.5 MiB
#7 Accepted 37ms 2.0 MiB
#8 Accepted 63ms 2.367 MiB
#9 Accepted 58ms 2.742 MiB
#10 Accepted 61ms 2.621 MiB

信息

递交者
类型
递交
题目
视线
题目数据
下载
语言
C++
递交时间
2018-07-12 22:27:12
评测时间
2022-03-27 12:56:24
评测机
分数
100
总耗时
290ms
峰值内存
2.742 MiB