Wrong Answer
/in/foo.cc: In function 'void putstr(std::string)':
/in/foo.cc:23:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
23 | for(int i=0;i<s.size();i++)putchar(s[i]);
| ~^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1015 保留我原来的码风
- 语言
- C++
- 递交时间
- 2026-02-06 18:11:02
- 评测时间
- 2026-02-06 18:26:25
- 评测机
- 分数
- 0
- 总耗时
- 2ms
- 峰值内存
- 532.0 KiB