Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:9:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<=s.size();i++) ~^~~~~~~~~~ /in/foo.cc:20:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j=0;j<tmp.size();j++) ~^~~~~~~~~~~ /in/foo.cc:27:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] else if('a'<=tot&&tot<='z'||'A'<=tot&&tot<='Z') ~~~~~~~~^~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2429 字符内码
- 语言
- C++
- 递交时间
- 2025-01-23 11:07:29
- 评测时间
- 2025-01-23 11:07:29
- 评测机
- 分数
- 0
- 总耗时
- 2186ms
- 峰值内存
- 844.0 KiB