/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:26:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<connections[u].size(); ++i)
                  ~^~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:55:13: error: expected ';' before '{' token
             {
             ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:75:28: error: invalid type argument of unary '*' (have 'int')
     memset(dfn,0,(int)*(N+1));
                            ^
/in/foo.cc:76:28: error: invalid type argument of unary '*' (have 'int')
     memset(low,0,(int)*(N+1));
                            ^

信息

递交者
类型
递交
题目
P1626 爱在心中
语言
C++
递交时间
2017-10-21 21:10:40
评测时间
2017-10-21 21:10:40
评测机
分数
0
总耗时
1244ms
峰值内存
138.004 MiB