Runtime Error
/in/foo.cc: In member function 'void Solution::function(std::__cxx11::string, int)':
/in/foo.cc:29:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (i = 0; i < temp.length(); i++)
               ~~^~~~~~~~~~~~~~~
/in/foo.cc:31:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (i != temp.length())
       ~~^~~~~~~~~~~~~~~~
/in/foo.cc:20:7: warning: unused variable 'fileNumber' [-Wunused-variable]
   int fileNumber;
       ^~~~~~~~~~
  信息
- 递交者
- 类型
- 递交
- 题目
- P1622 文件查找(HOI)
- 语言
- C++
- 递交时间
- 2018-10-10 20:38:12
- 评测时间
- 2018-10-10 20:38:12
- 评测机
- 分数
- 0
- 总耗时
- 42ms
- 峰值内存
- 384.0 KiB