/ Vijos /

记录详情

Compile Error

/in/foo.cc:27:11: warning: integer overflow in expression [-Woverflow]
 }edge[maxn*maxn];
       ~~~~^~~~~
/in/foo.cc:27:16: error: overflow in constant expression
 }edge[maxn*maxn];
                ^
/in/foo.cc:27:16: error: size of array 'edge' is too large
/in/foo.cc: In function 'void addEdge(int, int)':
/in/foo.cc:31:5: error: 'edge' was not declared in this scope
     edge[++tot].to = v;
     ^~~~
/in/foo.cc: In function 'void tarjan(int)':
/in/foo.cc:45:27: error: 'edge' was not declared in this scope
     for(int i=head[u];i;i=edge[i].next){
                           ^~~~

信息

递交者
类型
递交
题目
P1979 信息传递
语言
C++
递交时间
2019-08-02 19:55:12
评测时间
2019-08-02 19:55:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes