Accepted

foo.cc: In function 'void solve()':
foo.cc:24:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   24 |     scanf("%d",&n);
      |     ~~~~~^~~~~~~~~
foo.cc:26:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   26 |         scanf("%lf%lf%lf",&a[i],&b[i],&c[i]);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:42:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   42 |     scanf("%d",&t);
      |     ~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 2ms 256.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Accepted 98ms 512.0 KiB
#7 Accepted 68ms 512.0 KiB
#8 Accepted 87ms 512.0 KiB
#9 Accepted 71ms 512.0 KiB
#10 Accepted 80ms 632.0 KiB

信息

递交者
类型
递交
题目
「一本通 1.2 例 3」曲线
语言
C++
递交时间
2022-01-14 13:40:30
评测时间
2022-01-14 13:40:30
评测机
分数
100
总耗时
418ms
峰值内存
632.0 KiB