Wrong Answer
foo.cc: In function 'int main()': foo.cc:10:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if(c>a&&c>b) | ^~ foo.cc:11:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | max=c;{ | ^ foo.cc:4:19: warning: variable 'max' set but not used [-Wunused-but-set-variable] 4 | int a,b,c,max; | ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1092 求三个数的最大数
- 语言
- C++
- 递交时间
- 2023-11-29 17:06:24
- 评测时间
- 2023-11-29 17:06:24
- 评测机
- 分数
- 0
- 总耗时
- 40ms
- 峰值内存
- 412.0 KiB