Accepted
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:30:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < vv[u].size(); ++ i) {
                     ~~^~~~~~~~~~~~~~
/in/foo.cc:36:33: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
             if (vis[v] ^ vis[u] != 1) {
                          ~~~~~~~^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1776 关押罪犯
 - 语言
 - C++
 - 递交时间
 - 2018-08-27 20:36:36
 - 评测时间
 - 2018-08-27 20:36:36
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 467ms
 - 峰值内存
 - 3.332 MiB