Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  else
  ^~~~
/in/foo.cc:25:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
   return 0;
   ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 408.0 KiB
#2 Accepted 2ms 1.137 MiB
#3 Wrong Answer 1ms 400.0 KiB
#4 Accepted 1ms 340.0 KiB
#5 Accepted 1ms 404.0 KiB
#6 Wrong Answer 1ms 340.0 KiB
#7 Wrong Answer 1ms 376.0 KiB
#8 Accepted 1ms 380.0 KiB
#9 Accepted 1ms 332.0 KiB

信息

递交者
类型
递交
题目
P1720 简单计算器
语言
C++
递交时间
2023-12-30 23:07:17
评测时间
2023-12-30 23:07:17
评测机
分数
60
总耗时
15ms
峰值内存
1.137 MiB