0_0_36282144_31579.cpp:6:4: error: stray '#' in program
4 #include<stdio.h>
^
0_0_36282144_31579.cpp:7:4: error: stray '#' in program
5 #include<string.h>
^
0_0_36282144_31579.cpp:8:4: error: stray '#' in program
6 #include<stdlib.h>
^
0_0_36282144_31579.cpp:9:4: error: stray '#' in program
7 #include<algorithm>
^
0_0_36282144_31579.cpp:10:4: error: stray '#' in program
8 #include<iostream>
^
0_0_36282144_31579.cpp:11:4: error: stray '#' in program
9 #include<queue>
^
0_0_36282144_31579.cpp:12:4: error: stray '#' in program
10 #include<vector>
^
0_0_36282144_31579.cpp:13:4: error: stray '#' in program
11 #include<map>
^
0_0_36282144_31579.cpp:14:4: error: stray '#' in program
12 #include<math.h>
^
0_0_36282144_31579.cpp:1:1: error: 'View' does not name a type
View Code
^
0_0_36282144_31579.cpp:16:1: error: expected unqualified-id before numeric constant
14 //typedef __int64 int64;
^
0_0_36282144_31579.cpp:18:1: error: expected unqualified-id before numeric constant
16 const int maxm = 1005;
^
0_0_36282144_31579.cpp:19:1: error: expected unqualified-id before numeric constant
17 const int inf = 0x7FFFFFFF;
^
0_0_36282144_31579.cpp:20:1: error: expected unqualified-id before numeric constant
18 const double pi = acos(-1.0);
^
0_0_36282144_31579.cpp:21:1: error: expected unqualified-id before numeric constant
19 const double eps = 1e-8;
^
0_0_36282144_31579.cpp:22:1: error: expected unqualified-id before numeric constant
20 using namespace std;
^
0_0_36282144_31579.cpp:23:1: error: expected unqualified-id before numeric constant
21 int mat[ maxn ][ maxn ];
^
0_0_36282144_31579.cpp:24:1: error: expected unqualified-id before numeric constant
22 int mylink[ maxn ],vis[ maxn ];
^
0_0_36282144_31579.cpp:25:1: error: expected unqualified-id before numeric constant
23
^
0_0_36282144_31579.cpp:27:1: error: expected unqualified-id before numeric constant
25
^
|