Wrong Answer
foo.cc: In function ‘int main()’: foo.cc:13:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 13 | for(int i = 0; i < s.length(); i++) | ~~^~~~~~~~~~~~ foo.cc:39:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 39 | for(size_t i = 0; i < tips; i++) | ~~^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1217 乒乓球
- 语言
- C++
- 递交时间
- 2025-02-12 15:01:37
- 评测时间
- 2025-02-12 15:01:37
- 评测机
- 分数
- 30
- 总耗时
- 76ms
- 峰值内存
- 3.789 MiB