Accepted
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:19:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<e[x].size();i++)
              ~^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:39:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int j=0;j<e[i].size();j++)
              ~^~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1094 集大校赛C-加密通讯
 - 语言
 - C++
 - 递交时间
 - 2021-06-11 16:20:52
 - 评测时间
 - 2021-06-11 16:20:52
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 698ms
 - 峰值内存
 - 652.0 KiB