Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:17: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   17 |                 else
      |                 ^~~~
/in/foo.cc:19:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   19 |                         y=a;
      |                         ^
/in/foo.cc:31:17: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   31 |                 else
      |                 ^~~~
/in/foo.cc:33:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   33 |                         y=b;
      |                         ^
# 状态 耗时 内存占用
#1 Accepted 2ms 512.0 KiB
#2 Wrong Answer 1ms 476.0 KiB
#3 Wrong Answer 1ms 532.0 KiB
#4 Wrong Answer 1ms 532.0 KiB
#5 Wrong Answer 1ms 504.0 KiB

信息

递交者
类型
递交
题目
P1057 A1-2 分支结构练习:三数的特征值
语言
C++
递交时间
2025-03-21 21:06:27
评测时间
2025-03-21 21:06:27
评测机
分数
20
总耗时
9ms
峰值内存
532.0 KiB