/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'bool dfs(int)':
/in/foo.cc:16:36: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     for (int i = h[u], v; v = tto[i]; i = nxt[i]) {
                                    ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:42:35: error: 'memset' was not declared in this scope
         memset(vis, 0, sizeof(vis));
                                   ^

信息

递交者
类型
递交
题目
P1204 CoVH之柯南开锁
语言
C++
递交时间
2024-09-14 13:20:27
评测时间
2024-09-14 13:20:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes