记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 0a1 > 232 3ms 332.0 KiB
#2 Wrong Answer 0a1 > 227 4ms 284.0 KiB
#3 Wrong Answer 0a1 > 248 3ms 284.0 KiB
#4 Wrong Answer 0a1 > 199 3ms 284.0 KiB
#5 Wrong Answer 0a1 > 242 3ms 412.0 KiB
#6 Wrong Answer 0a1 > 177 3ms 284.0 KiB
#7 Wrong Answer 0a1 > 219 3ms 284.0 KiB
#8 Wrong Answer 0a1 > 232 4ms 332.0 KiB
#9 Wrong Answer 0a1 > 204 4ms 284.0 KiB
#10 Wrong Answer 0a1 > 134 4ms 284.0 KiB

信息

递交者
类型
递交
题目
P1092 求三个数的最大数
语言
C++
递交时间
2023-11-29 17:06:24
评测时间
2023-11-29 17:06:24
评测机
分数
0
总耗时
40ms
峰值内存
412.0 KiB