Runtime Error
foo.cc: In function 'int main()':
foo.cc:8:27: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
    8 |         for (int j = 0; j < cnt; j++)
      |                         ~~^~~~~
foo.cc:11:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   11 |                 if(a > 0 && b > 0 || a%b != 0)
      |                    ~~~~~~^~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1229 A 阅读程序
 - 比赛
 - 2022暑期青少年社团(告别赛)
 - 语言
 - C++
 - 递交时间
 - 2022-08-21 22:42:55
 - 评测时间
 - 2022-08-21 22:42:55
 - 评测机
 
- 分数
 - 5
 - 总耗时
 - 4826ms
 - 峰值内存
 - 1.754 MiB