Time Exceeded
foo.cc: In function 'int su(int)':
foo.cc:29:24: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare]
   29 |         for( i = 1 ; i <= h ; i += 1 )
      |                      ~~^~~~
foo.cc:31:20: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
   31 |                 if ( h % i == 0 )
      |                    ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1232 B 约数(Easy)
 - 比赛
 - 2022暑期青少年社团(告别赛)
 - 语言
 - C++
 - 递交时间
 - 2022-08-21 19:13:23
 - 评测时间
 - 2022-08-21 19:13:23
 - 评测机
 
- 分数
 - 50
 - 总耗时
 - ≥1144ms
 - 峰值内存
 - ≥256.0 KiB