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 540.0 KiB
#2 Accepted 2ms 480.0 KiB
#3 Accepted 3ms 580.0 KiB
#4 Accepted 25ms 832.0 KiB
#5 Accepted 185ms 2.074 MiB

信息

递交者
类型
递交
题目
P2620 B-smooth数5级2 2024.3
比赛
2025.3.2高级班练习
语言
C++
递交时间
2025-03-09 09:34:12
评测时间
2025-03-09 09:34:12
评测机
分数
100
总耗时
219ms
峰值内存
2.074 MiB