/ FWOJ /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:8:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    8 |  for(i=0;i<=n;i++)
      |  ^~~
foo.cc:10:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   10 |   if(a[0]!=0&&a[1]!=0)
      |   ^~
foo.cc:10:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
foo.cc:12:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   12 |    printf("%.6lf\n",x);
      |    ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 1.550684, expect 1.815925. 12ms 512.0 KiB
#2 Wrong Answer Read 1.640801, expect 1.560548. 18ms 512.0 KiB
#3 Wrong Answer Read 0.720025, expect -3.571744. 3ms 384.0 KiB
#4 Wrong Answer Read 4.741235, expect 0.267291. 4ms 384.0 KiB
#5 Wrong Answer Read 0.174285, expect -1.211072. 7ms 384.0 KiB
#6 Wrong Answer Read -7.071675, expect -0.123890. 7ms 384.0 KiB
#7 Wrong Answer Read 12.924539, expect 0.083861. 16ms 384.0 KiB
#8 Wrong Answer Read -0.174027, expect -0.851769. 15ms 384.0 KiB
#9 Wrong Answer Read 0.242902, expect -1.320832. 6ms 384.0 KiB
#10 Wrong Answer Read 1.002790, expect 358.470459. 5ms 384.0 KiB

信息

递交者
类型
递交
题目
P1049 解方程
语言
C++
递交时间
2022-02-15 20:34:27
评测时间
2022-02-15 20:34:27
评测机
分数
0
总耗时
97ms
峰值内存
512.0 KiB