Wrong Answer
foo.cc:15:25: warning: overflow in conversion from 'double' to 'unsigned int' changes value from '1.8446744073709552e+19' to '4294967295' [-Woverflow] 15 | unsigned int m=pow(2,64)-1; | ~~~~~~~~~^~ foo.cc: In function 'int main()': foo.cc:36:23: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 36 | if(m%b==a)cout<<"Yes"; | ~~~^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1229 A 阅读程序
- 比赛
- 2022暑期青少年社团(告别赛)
- 语言
- C++
- 递交时间
- 2022-08-21 18:29:21
- 评测时间
- 2022-08-21 18:29:21
- 评测机
- 分数
- 0
- 总耗时
- 4146ms
- 峰值内存
- 1.234 MiB