0_0_14300334_4901.cpp:2:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <set></span>
^
0_0_14300334_4901.cpp:3:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <stack></span>
^
0_0_14300334_4901.cpp:4:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <queue></span>
^
0_0_14300334_4901.cpp:5:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <cmath></span>
^
0_0_14300334_4901.cpp:6:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <ctime></span>
^
0_0_14300334_4901.cpp:7:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <vector></span>
^
0_0_14300334_4901.cpp:8:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <cstdio></span>
^
0_0_14300334_4901.cpp:9:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <cctype></span>
^
0_0_14300334_4901.cpp:10:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <cstring></span>
^
0_0_14300334_4901.cpp:11:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <cstdlib></span>
^
0_0_14300334_4901.cpp:12:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <iostream></span>
^
0_0_14300334_4901.cpp:13:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <algorithm></span>
^
0_0_14300334_4901.cpp:15:33: error: stray '#' in program
<span class="hljs-preprocessor">#define INF 0x3f3f3f3f</span>
^
0_0_14300334_4901.cpp:16:33: error: stray '#' in program
<span class="hljs-preprocessor">#define inf -0x3f3f3f3f</span>
^
0_0_14300334_4901.cpp:17:33: error: stray '#' in program
<span class="hljs-preprocessor">#define lson l,m,rt<<1</span>
^
0_0_14300334_4901.cpp:18:33: error: stray '#' in program
<span class="hljs-preprocessor">#define rson m+1,r,rt<<1|1</span>
^
0_0_14300334_4901.cpp:19:33: error: stray '#' in program
<span class="hljs-preprocessor">#define mem0(a) memset(a,0,sizeof(a))</span>
^
0_0_14300334_4901.cpp:20:33: error: stray '#' in program
<span class="hljs-preprocessor">#define mem1(a) memset(a,-1,sizeof(a))</span>
^
0_0_14300334_4901.cpp:21:33: error: stray '#' in program
<span class="hljs-preprocessor">#define mem(a, b) memset(a, b, sizeof(a))</span>
^
0_0_14300334_4901.cpp:2:1: error: expected unqualified-id before '<' token
<span class="hljs-preprocessor">#include <set></span>
^
0_0_14300334_4901.cpp:15:1: error: expected unqualified-id before '<' token
<span class="hljs-preprocessor">#define INF 0x3f3f3f3f</span>
^
0_0_14300334_4901.cpp:23:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">const</span> <span class="hljs-keyword">int</span> maxn=<span class="hljs-number">410</span>;
^
0_0_14300334_4901.cpp:25:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">struct</span> Edge{
^
|