/ Vijos /

记录详情

Accepted

foo.cc: In member function 'void interval::load(func)':
foo.cc:121:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  121 | if (t = fi(ff.value(l) - f.value(l)))
      |     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:126:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  126 | else if (t = fi(ff.value(r) - f.value(r)))
      |          ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:163:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  163 | scanf("%d %lf", &n, &alpha); n++;
      | ~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:164:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  164 | for (int i = 0; i < n; i++) scanf("%lf", &h[i]);
      |                             ~~~~~^~~~~~~~~~~~~~
foo.cc:165:38: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  165 | for (int i = 0; i < n - 1; i++) scanf("%lf", &r[i]);
      |                                 ~~~~~^~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 30ms 19.5 MiB
#2 Accepted 31ms 19.676 MiB
#3 Accepted 20ms 19.5 MiB
#4 Accepted 20ms 19.5 MiB
#5 Accepted 22ms 19.5 MiB
#6 Accepted 20ms 19.5 MiB
#7 Accepted 21ms 19.5 MiB
#8 Accepted 20ms 19.5 MiB
#9 Accepted 32ms 19.625 MiB
#10 Accepted 25ms 19.5 MiB

信息

递交者
类型
递交
题目
P1839 月下柠檬树
语言
C++
递交时间
2022-04-19 20:49:59
评测时间
2022-04-19 20:49:59
评测机
分数
100
总耗时
245ms
峰值内存
19.676 MiB