记录详情

Wrong Answer

foo.cc: In function 'void solve(double, double)':
foo.cc:12:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  else printf(" %.2f",(e+s)/2);return;}
  ^~~~
foo.cc:12:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  else printf(" %.2f",(e+s)/2);return;}
                               ^~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Wrong Answer Standard answer longer than user output. 2ms 352.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1022 一元三次方程求解
语言
C++
递交时间
2021-04-27 17:51:26
评测时间
2021-04-27 17:51:26
评测机
分数
75
总耗时
8ms
峰值内存
384.0 KiB