F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_35633433_23592.cpp:108:2: error: stray '#' in program
 }#include <iostream>
  ^
0_0_35633433_23592.cpp:108:3: error: 'include' does not name a type
 }#include <iostream>
   ^
0_0_35633433_23592.cpp:130:15: error: redefinition of 'long long int hea [100010]'
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
               ^
0_0_35633433_23592.cpp:23:5: note: 'long long int hea [100010]' previously declared here
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
     ^
0_0_35633433_23592.cpp:130:28: error: redefinition of 'long long int dfn [100010]'
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                            ^
0_0_35633433_23592.cpp:23:18: note: 'long long int dfn [100010]' previously declared here
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                  ^
0_0_35633433_23592.cpp:130:41: error: redefinition of 'long long int low [100010]'
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                         ^
0_0_35633433_23592.cpp:23:31: note: 'long long int low [100010]' previously declared here
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                               ^
0_0_35633433_23592.cpp:130:57: error: redefinition of 'long long int sstack [100010]'
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                                         ^
0_0_35633433_23592.cpp:23:44: note: 'long long int sstack [100010]' previously declared here
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                            ^
0_0_35633433_23592.cpp:130:74: error: redefinition of 'long long int instack [100010]'
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                                                          ^
0_0_35633433_23592.cpp:23:60: note: 'long long int instack [100010]' previously declared here
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                                            ^
0_0_35633433_23592.cpp:130:77: error: redefinition of 'long long int cnt'
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                                                             ^
0_0_35633433_23592.cpp:23:77: note: 'long long int cnt' previously declared here
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                                                             ^
0_0_35633433_23592.cpp:130:82: error: redefinition of 'long long int tot'
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                                                                  ^
0_0_35633433_23592.cpp:23:82: note: 'long long int tot' previously declared here
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                                                                  ^
0_0_35633433_23592.cpp:130:87: error: redefinition of 'long long int top'
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                                                                       ^
0_0_35633433_23592.cpp:23:87: note: 'long long int top' previously declared here
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                                                                       ^
0_0_35633433_23592.cpp:130:92: error: redefinition of 'long long int scnt'
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                                                                            ^
0_0_35633433_23592.cpp:23:92: note: 'long long int scnt' previously declared here
 int hea[100010], dfn[100010], low[100010], sstack[100010], instack[100010], cnt, tot, top, scnt;
                                                                                            ^
0_0_35633433_23592.cpp:132:8: error: redefinition of 'struct node'
 struct node {
        ^
0_0_35633433_23592.cpp:25:8: error: previous definition of 'struct node'
 struct node {
        ^
0_0_35633433_23592.cpp:134:15: error: invalid type in declaration before ';' token
 } edge[100100];
               ^
0_0_35633433_23592.cpp:134:15: error: conflicting declaration 'int edge [100100]'
0_0_35633433_23592.cpp:27:3: note: previous declaration as 'node edge [100100]'
 } edge[100100];
   ^
0_0_35633433_23592.cpp: In function 'void init()':
0_0_35633433_23592.cpp:136:6: error: redefinition of 'void init()'
 void init() {
      ^
0_0_35633433_23592.cpp:29:6: note: 'void init()' previously defined here
 void init() {
      ^
0_0_35633433_23592.cpp: In function 'void add(long long int, long long int)':
0_0_35633433_23592.cpp:144:6: error: redefinition of 'void add(long long int, long long int)'
 void add(int x, int y) {
      ^
0_0_35633433_23592.cpp:37:6: note: 'void add(long long int, long long int)' previously defined here
 void add(int x, int y) {
      ^
0_0_35633433_23592.cpp: In function 'void tarjan(long long int)':
0_0_35633433_23592.cpp:150:6: error: redefinition of 'void tarjan(long long int)'
 void tarjan(int v) {
      ^
0_0_35633433_23592.cpp:43:6: note: 'void tarjan(long long int)' previously defined here
 void tarjan(int v) {
      ^
0_0_35633433_23592.cpp: In function 'void solve()':
0_0_35633433_23592.cpp:180:6: error: redefinition of 'void solve()'
 void solve() {
      ^
0_0_35633433_23592.cpp:73:6: note: 'void solve()' previously defined here
 void solve() {
      ^
0_0_35633433_23592.cpp: In function 'int main()':
0_0_35633433_23592.cpp:204:8: error: redefinition of 'int main()'
 signed main() {
        ^
0_0_35633433_23592.cpp:97:8: note: 'int main()' previously defined here
 signed main() {
        ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-10-06 19:54:04, Gzip enabled