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