Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:23:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j=0;j<G[i].size();j++)mat[i][G[i][j]]=1.0;
                ~^~~~~~~~~~~~
/in/foo.cc:24:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j=0;j<G[i].size();j++)mat[i][n+1]+=(double)G1[i][j];
                ~^~~~~~~~~~~~
  信息
- 递交者
- 类型
- 递交
- 题目
- P1966 夜夜的旅游计划
- 语言
- C++
- 递交时间
- 2018-10-30 21:35:15
- 评测时间
- 2018-10-30 21:35:15
- 评测机
- 分数
- 100
- 总耗时
- 99ms
- 峰值内存
- 6.574 MiB