Wrong Answer
foo.cc: In function 'int main()': foo.cc:9:18: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 9 | for(int i=0;i<a;i++) | ~^~ foo.cc:11:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 11 | for(int j=0;j<a;j++) | ~^~ foo.cc:5:20: warning: unused variable 'cnt' [-Wunused-variable] 5 | unsigned int a,cnt=0; | ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1229 A 阅读程序
- 比赛
- 2022暑期青少年社团(告别赛)
- 语言
- C++
- 递交时间
- 2022-08-21 18:23:51
- 评测时间
- 2022-08-21 18:23:51
- 评测机
- 分数
- 0
- 总耗时
- 54ms
- 峰值内存
- 256.0 KiB