Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   case'-':if(n>m)
           ^~
/in/foo.cc:14:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      cout<<n-m;break;
                ^~~~~
/in/foo.cc:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(m>n)
     ^~
/in/foo.cc:16:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      cout<<m-n;break;
                ^~~~~
/in/foo.cc:18:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   case'/':if(n>m)
           ^~
/in/foo.cc:19:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      cout<<n/m;break;
                ^~~~~
/in/foo.cc:20:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(m>n)
     ^~
/in/foo.cc:21:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      cout<<m/n;break;
                ^~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 412.0 KiB
#2 Wrong Answer 1ms 344.0 KiB
#3 Wrong Answer 1ms 344.0 KiB
#4 Wrong Answer 1ms 336.0 KiB
#5 Accepted 1ms 344.0 KiB
#6 Wrong Answer 1ms 340.0 KiB
#7 Wrong Answer 1ms 376.0 KiB
#8 Accepted 1ms 336.0 KiB
#9 Wrong Answer 1ms 404.0 KiB
#10 Wrong Answer 1ms 336.0 KiB
#11 Wrong Answer 1ms 328.0 KiB
#12 Accepted 1ms 340.0 KiB
#13 Wrong Answer 1ms 404.0 KiB
#14 Wrong Answer 1ms 380.0 KiB
#15 Wrong Answer 1ms 344.0 KiB
#16 Wrong Answer 1ms 332.0 KiB
#17 Accepted 1ms 336.0 KiB
#18 Wrong Answer 1ms 340.0 KiB
#19 Wrong Answer 1ms 348.0 KiB
#20 Accepted 1ms 340.0 KiB

信息

递交者
类型
递交
题目
P2667 新春计算器
语言
C++
递交时间
2024-07-07 16:12:34
评测时间
2024-07-07 16:12:34
评测机
分数
25
总耗时
28ms
峰值内存
412.0 KiB