Runtime Error
foo.cc: In function 'int main()':
foo.cc:9:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
    9 |     for (int i=0;i<n;i++)
      |                  ~^~
foo.cc:13:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   13 |         for (int i=0;i<n;i++)
      |                      ~^~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1229 A 阅读程序
 - 比赛
 - 2022暑期青少年社团(告别赛)
 - 语言
 - C++
 - 递交时间
 - 2022-08-21 20:05:02
 - 评测时间
 - 2022-08-21 20:05:02
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 195ms
 - 峰值内存
 - 384.0 KiB