0_0_16988606_31359.cpp:1:4: error: stray '#' in program
1 #include<iostream>
^
0_0_16988606_31359.cpp:2:4: error: stray '#' in program
2 #include<cstdio>
^
0_0_16988606_31359.cpp:3:4: error: stray '#' in program
3 #include<cstring>
^
0_0_16988606_31359.cpp:4:4: error: stray '#' in program
4 #include<cmath>
^
0_0_16988606_31359.cpp:1:2: error: expected unqualified-id before numeric constant
1 #include<iostream>
^
0_0_16988606_31359.cpp:7:2: error: expected unqualified-id before numeric constant
7 const int MAX=6005;
^
0_0_16988606_31359.cpp:8:2: error: expected unqualified-id before numeric constant
8
^
0_0_16988606_31359.cpp:12:5: error: 'edge' does not name a type
12 }edge[MAX];
^
0_0_16988606_31359.cpp:13:1: error: expected unqualified-id before numeric constant
13
^
0_0_16988606_31359.cpp:15:1: error: expected unqualified-id before numeric constant
15
^
0_0_16988606_31359.cpp:22:1: error: expected unqualified-id before numeric constant
22
^
|