0_0_14303667_21969.cpp:2:28: error: stray '#' in program
<span class="hljs-comment">#include <cstring></span>
^
0_0_14303667_21969.cpp:3:28: error: stray '#' in program
<span class="hljs-comment">#include <cstdlib></span>
^
0_0_14303667_21969.cpp:4:28: error: stray '#' in program
<span class="hljs-comment">#include <iostream></span>
^
0_0_14303667_21969.cpp:13:28: error: stray '#' in program
<span class="hljs-comment">#define MS(arr, x) memset(arr, x, sizeof(arr))</span>
^
0_0_14303667_21969.cpp:14:28: error: stray '#' in program
<span class="hljs-comment">#define MAXN 100010</span>
^
0_0_14303667_21969.cpp:21:28: error: stray '#' in program
<span class="hljs-comment">#define BLEN 15</span>
^
0_0_14303667_21969.cpp:25:28: error: stray '#' in program
<span class="hljs-comment">#define MAXE 200020</span>
^
0_0_14303667_21969.cpp:46:28: error: stray '#' in program
<span class="hljs-comment">#define MAXT 2000020</span>
^
0_0_14303667_21969.cpp:47:28: error: stray '#' in program
<span class="hljs-comment">#define SIZE 2</span>
^
0_0_14303667_21969.cpp:2:1: error: expected unqualified-id before '<' token
<span class="hljs-comment">#include <cstring></span>
^
0_0_14303667_21969.cpp:7:1: error: expected unqualified-id before '<' token
<span class="hljs-regexp">//</span>Global Variables & Definitions
^
0_0_14303667_21969.cpp:13:1: error: expected unqualified-id before '<' token
<span class="hljs-comment">#define MS(arr, x) memset(arr, x, sizeof(arr))</span>
^
0_0_14303667_21969.cpp:17:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">int</span> A[MAXN];
^
0_0_14303667_21969.cpp:19:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">int</span> Bits[<span class="hljs-number">20</span>];
^
0_0_14303667_21969.cpp:21:1: error: expected unqualified-id before '<' token
<span class="hljs-comment">#define BLEN 15</span>
^
0_0_14303667_21969.cpp:28:3: error: 'e' does not name a type
} e[MAXE];
^
0_0_14303667_21969.cpp:30:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">int</span> ecnt;
^
0_0_14303667_21969.cpp:31:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">int</span> h[MAXN];
^
0_0_14303667_21969.cpp: In function 'void init_edge()':
0_0_14303667_21969.cpp:34:8: error: 'h' was not declared in this scope
MS(h, ecnt = -<span class="hljs-number">1</span>);
^
0_0_14303667_21969.cpp:34:11: error: 'ecnt' was not declared in this scope
MS(h, ecnt = -<span class="hljs-number">1</span>);
^
0_0_14303667_21969.cpp:34:19: error: expected primary-expression before '<' token
MS(h, ecnt = -<span class="hljs-number">1</span>);
^
0_0_14303667_21969.cpp:34:20: error: 'span' was not declared in this scope
MS(h, ecnt = -<span class="hljs-number">1</span>);
^
0_0_14303667_21969.cpp:34:53: error: 'MS' was not declared in this scope
MS(h, ecnt = -<span class="hljs-number">1</span>);
^
0_0_14303667_21969.cpp: At global scope:
0_0_14303667_21969.cpp:37:10: error: variable or field 'adde' declared void
void adde(<span class="hljs-keyword">int</span> u, <span class="hljs-keyword">int</span> v) {
^
0_0_14303667_21969.cpp:37:11: error: expected primary-expression before '<' token
void adde(<span class="hljs-keyword">int</span> u, <span class="hljs-keyword">int</span> v) {
^
0_0_14303667_21969.cpp:37:12: error: 'span' was not declared in this scope
void adde(<span class="hljs-keyword">int</span> u, <span class="hljs-keyword">int</span> v) {
^
0_0_14303667_21969.cpp:37:52: error: expected primary-expression before '<' token
void adde(<span class="hljs-keyword">int</span> u, <span class="hljs-keyword">int</span> v) {
^
0_0_14303667_21969.cpp:37:53: error: 'span' was not declared in this scope
void adde(<span class="hljs-keyword">int</span> u, <span class="hljs-keyword">int</span> v) {
^
0_0_14303667_21969.cpp:46:1: error: expected unqualified-id before '<' token
<span class="hljs-comment">#define MAXT 2000020</span>
^
0_0_14303667_21969.cpp:50:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">int</span> cnt[MAXT];
^
0_0_14303667_21969.cpp:51:1: error: expected unqualified-id before '<' token
<span class="hljs-regexp">//int</span> v[MAXT]
^
0_0_14303667_21969.cpp:54:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">int</span> newnode() {
^
0_0_14303667_21969.cpp:61:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">int</span> copy(<span class="hljs-keyword">int</span> u) {
^
0_0_14303667_21969.cpp:70:12: error: variable or field 'Insert' declared void
void Insert(<span class="hljs-keyword">int</span> _root, <span class="hljs-keyword">int</span> d) {
^
0_0_14303667_21969.cpp:70:13: error: expected primary-expression before '<' token
void Insert(<span class="hljs-keyword">int</span> _root, <span class="hljs-keyword">int</span> d) {
^
0_0_14303667_21969.cpp:70:14: error: 'span' was not declared in this scope
void Insert(<span class="hljs-keyword">int</span> _root, <span class="hljs-keyword">int</span> d) {
^
0_0_14303667_21969.cpp:70:58: error: expected primary-expression before '<' token
void Insert(<span class="hljs-keyword">int</span> _root, <span class="hljs-keyword">int</span> d) {
^
0_0_14303667_21969.cpp:70:59: error: 'span' was not declared in this scope
void Insert(<span class="hljs-keyword">int</span> _root, <span class="hljs-keyword">int</span> d) {
^
|