Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:33: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   25 |                                 if(it<=b)ans++;break;
      |                                 ^~
/in/foo.cc:25:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   25 |                                 if(it<=b)ans++;break;
      |                                                ^~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 484.0 KiB
#2 Accepted 1ms 536.0 KiB
#3 Accepted 3ms 580.0 KiB
#4 Accepted 24ms 832.0 KiB
#5 Accepted 177ms 2.086 MiB

信息

递交者
类型
递交
题目
P2620 B-smooth数5级2 2024.3
比赛
2025.3.16高级班练习
语言
C++
递交时间
2025-03-16 19:24:38
评测时间
2025-03-16 19:24:38
评测机
分数
100
总耗时
209ms
峰值内存
2.086 MiB