记录详情

Wrong Answer

foo.cc: In function 'void solve(double, double)':
foo.cc:12:21: warning: format '%f' expects a matching 'double' argument [-Wformat=]
  else printf(" %.2f");return;}
                     ^
foo.cc:12:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  else printf(" %.2f");return;}
  ^~~~
foo.cc:12:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  else printf(" %.2f");return;}
                       ^~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read -1.00, expect 1.00. 2ms 408.0 KiB
#2 Wrong Answer Standard answer longer than user output. 2ms 412.0 KiB
#3 Wrong Answer Read -10.00, expect -1.00. 2ms 408.0 KiB
#4 Wrong Answer Read -2.10, expect -0.10. 2ms 420.0 KiB

信息

递交者
类型
递交
题目
P1022 一元三次方程求解
语言
C++
递交时间
2021-04-26 23:05:31
评测时间
2021-04-26 23:05:31
评测机
分数
0
总耗时
11ms
峰值内存
420.0 KiB