Compile Error
/in/foo.cc: In member function 'bool prtcmp::operator()(const char*, const char*) const': /in/foo.cc:17:22: error: 'strcmp' was not declared in this scope return strcmp(s1,s2)<0; ^ /in/foo.cc: In function 'int main()': /in/foo.cc:44:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<ans.size();i++) ~^~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1500 笨笨的单词排序
- 语言
- C++
- 递交时间
- 2020-04-05 18:22:23
- 评测时间
- 2020-04-05 18:22:23
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes