Accepted
/in/foo.cc: In function 'int work(int, int)': /in/foo.cc:35:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j=1;j<s.length();j++) ~^~~~~~~~~~~ /in/foo.cc:42:7: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(j==s.length()) ~^~~~~~~~~~~~ /in/foo.cc: At global scope: /in/foo.cc:47:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main() ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1707 单词查找
- 语言
- C++
- 递交时间
- 2017-07-27 11:15:06
- 评测时间
- 2017-08-12 01:35:51
- 评测机
- 分数
- 100
- 总耗时
- 47ms
- 峰值内存
- 380.0 KiB