Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:41:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 41 | for(int i=M;i<t2;++i) | ~^~~ /in/foo.cc:49:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 49 | for(int i=M;i<t1;++i) | ~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1041 大数和
- 语言
- C++
- 递交时间
- 2025-08-21 16:02:12
- 评测时间
- 2025-08-21 16:02:12
- 评测机
- 分数
- 0
- 总耗时
- 3ms
- 峰值内存
- 364.0 KiB