Wrong Answer

foo.cc: In function 'int main()':
foo.cc:7:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(a>b>c);
     ~^~
foo.cc:7:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(a>b>c);
  ^~
foo.cc:8:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  {
  ^
foo.cc:11:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(a>c>b);
     ~^~
foo.cc:11:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(a>c>b);
  ^~
foo.cc:12:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  {
  ^
foo.cc:15:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(b>c>a);
     ~^~
foo.cc:15:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(b>c>a);
  ^~
foo.cc:16:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  {
  ^
foo.cc:19:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(b>a>c);
     ~^~
foo.cc:19:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(b>a>c);
  ^~
foo.cc:20:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  {
  ^
foo.cc:23:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(c>b>a);
     ~^~
foo.cc:23:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(c>b>a);
  ^~
foo.cc:24:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  {
  ^
foo.cc:27:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(c>a>b);
     ~^~
foo.cc:27:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(c>a>b);
  ^~
foo.cc:28:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  {
  ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 312321, expect 1. 1ms 384.0 KiB
#2 Wrong Answer Read 132123, expect 1. 1ms 352.0 KiB
#3 Wrong Answer Read 123132, expect 1. 1ms 384.0 KiB
#4 Wrong Answer Read 321312, expect 1. 1ms 384.0 KiB
#5 Wrong Answer Read 231213, expect 1. 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1015 最小数
语言
C++
递交时间
2021-11-19 20:52:08
评测时间
2021-11-19 20:52:08
评测机
分数
0
总耗时
9ms
峰值内存
384.0 KiB