Wrong Answer
foo.cc: In function ‘int main()’: foo.cc:20:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 20 | for (int i=0;i<b1.size();i++) | ~^~~~~~~~~~ foo.cc:25:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 25 | for (int i=0;i<b2.size();i++) | ~^~~~~~~~~~
信息
- 递交者
- 类型
- 自测
- 题目
- P1566 Problem 1D. 又是高精度?!
- 语言
- C++
- 递交时间
- 2024-04-11 11:43:37
- 评测时间
- 2024-04-11 11:43:37
- 评测机
- 分数
- 0
- 总耗时
- 2ms
- 峰值内存
- 536.0 KiB