Accepted

foo.cc: In function 'void ss()':
foo.cc:6:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    6 |         for(int i=2;i*i<=s;i++)
      |         ^~~
foo.cc:9:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
    9 |                 cnt++;
      |                 ^~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 412.0 KiB
#2 Accepted 5ms 412.0 KiB
#3 Accepted 4ms 412.0 KiB
#4 Accepted 4ms 516.0 KiB
#5 Accepted 3ms 284.0 KiB

信息

递交者
类型
递交
题目
P1523 选数(num)
语言
C++
递交时间
2023-12-15 12:10:52
评测时间
2023-12-15 12:10:52
评测机
分数
100
总耗时
22ms
峰值内存
516.0 KiB