Accepted
foo.cc: In function ‘int main()’: foo.cc:8:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 8 | for(int i=0;i<s.size();i++) | ~^~~~~~~~~ foo.cc:10:29: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] 10 | if(s[i]>='0'&&s[i]<='9'||s[i]>='A'&&s[i]<='z')
信息
- 递交者
- 类型
- 递交
- 题目
- P1809 标题统计
- 比赛
- 2025.7.24中级班练习
- 语言
- C++
- 递交时间
- 2025-07-24 09:55:38
- 评测时间
- 2025-07-24 09:55:38
- 评测机
- 分数
- 100
- 总耗时
- 48ms
- 峰值内存
- 524.0 KiB