Wrong Answer
foo.cc: In function 'int main()': foo.cc:19:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 19 | for(int j=0;j<sizeof(prime)/sizeof(int);j++) { | ~^~~~~~~~~~~~~~~~~~~~~~~~~~ foo.cc:36:26: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 36 | for(int j=0;j<sizeof(prime)/sizeof(int);j++) { | ~^~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1158 小三学算术
- 语言
- C++
- 递交时间
- 2023-07-09 18:27:59
- 评测时间
- 2023-07-09 18:27:59
- 评测机
- 分数
- 20
- 总耗时
- 44ms
- 峰值内存
- 412.0 KiB