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)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- P1022 一元三次方程求解
- 语言
- C++
- 递交时间
- 2021-04-27 17:51:26
- 评测时间
- 2021-04-27 17:51:26
- 评测机
- 分数
- 75
- 总耗时
- 8ms
- 峰值内存
- 384.0 KiB