Runtime Error
/in/foo.cc: In function 'int dfs(std::vector<int>&, int, int)':
/in/foo.cc:13:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(i=0; i<V.size(); i++)
           ~^~~~~~~~~
/in/foo.cc:16:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(i<V.size() && V[i]==x) 
     ~^~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1272 数字分解
 - 语言
 - C++
 - 递交时间
 - 2021-07-18 19:59:03
 - 评测时间
 - 2021-07-18 20:00:59
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 145ms
 - 峰值内存
 - 8.477 MiB