0_0_21680967_3628.cpp:2:33: error: stray '#' in program
<span class="hljs-preprocessor">#include<iostream>
^
0_0_21680967_3628.cpp:3:33: error: stray '#' in program
<span class="hljs-preprocessor">#include<cstdio>
^
0_0_21680967_3628.cpp:4:33: error: stray '#' in program
<span class="hljs-preprocessor">#include<cstring>
^
0_0_21680967_3628.cpp:6:33: error: stray '#' in program
<span class="hljs-preprocessor">#include<algorithm>
^
0_0_21680967_3628.cpp:9:33: error: stray '#' in program
<span class="hljs-preprocessor">#ifdef L_JUDGE
^
0_0_21680967_3628.cpp:10:33: error: stray '#' in program
<span class="hljs-preprocessor">#pragma warning(disable:4996)
^
0_0_21680967_3628.cpp:11:33: error: stray '#' in program
<span class="hljs-preprocessor">#endif
^
0_0_21680967_3628.cpp:21:37: error: stray '#' in program
<span class="hljs-preprocessor">#ifdef L_JUDGE
^
0_0_21680967_3628.cpp:24:37: error: stray '#' in program
<span class="hljs-preprocessor">#endif
^
0_0_21680967_3628.cpp:56:37: error: stray '#' in program
<span class="hljs-preprocessor">#ifdef L_JUDGE
^
0_0_21680967_3628.cpp:60:37: error: stray '#' in program
<span class="hljs-preprocessor">#endif
^
0_0_21680967_3628.cpp:2:1: error: expected unqualified-id before '<' token
<span class="hljs-preprocessor">#include<iostream>
^
0_0_21680967_3628.cpp:14:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">const <span class="hljs-keyword">int MAXN=<span class="hljs-number">1e6 +<span class="hljs-number">10 ;
^
0_0_21680967_3628.cpp:17:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">double totalarea;
^
0_0_21680967_3628.cpp:18:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">double ansx,ansy;
^
0_0_21680967_3628.cpp:20:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">int main(){
^
|