/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'bool dfs(int)':
/in/foo.cc:18:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<g[u].size();i++)
                 ~^~~~~~~~~~~~
/in/foo.cc: In function 'int hungary()':
/in/foo.cc:37:28: error: 'memset' was not declared in this scope
     memset(cx,-1,sizeof(cx));
                            ^

信息

递交者
类型
递交
题目
P1729 Knights
语言
C++
递交时间
2020-03-23 19:43:23
评测时间
2020-03-23 19:43:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes