Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:14:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<line.length();i++) ~^~~~~~~~~~~~~~ /in/foo.cc:26:7: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i==line.length()-1) ~^~~~~~~~~~~~~~~~~ /in/foo.cc:11:8: warning: variable 'j' set but not used [-Wunused-but-set-variable] int i,j=0; ^
信息
- 递交者
- 类型
- 递交
- 题目
- 2-6 单词频度表
- 语言
- C++
- 递交时间
- 2020-04-05 16:50:07
- 评测时间
- 2020-04-05 16:50:07
- 评测机
- 分数
- 80
- 总耗时
- 13ms
- 峰值内存
- 352.0 KiB