Wrong Answer

foo.cc: In function 'int main()':
foo.cc:7:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    7 |         if(a<b)
      |         ^~
foo.cc:9:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    9 |                 a=b;
      |                 ^
foo.cc:11:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   11 |         if(a<c)
      |         ^~
foo.cc:13:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   13 |                 a=c;
      |                 ^
foo.cc:15:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   15 |         if(b<c)
      |         ^~
foo.cc:17:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   17 |                 b=c;
      |                 ^
foo.cc:5:19: warning: 't' may be used uninitialized [-Wmaybe-uninitialized]
    5 |         int a,b,c,t;
      |                   ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 19, expect 0. 5ms 412.0 KiB
#2 Accepted 4ms 412.0 KiB
#3 Accepted 5ms 412.0 KiB
#4 Wrong Answer Read 0, expect 100. 4ms 412.0 KiB
#5 Wrong Answer Read 0, expect 10. 4ms 412.0 KiB

信息

递交者
类型
递交
题目
P1704 求最小值
语言
C++
递交时间
2023-12-08 20:08:54
评测时间
2023-12-08 20:08:54
评测机
分数
40
总耗时
23ms
峰值内存
412.0 KiB