0_0_19605184_9518.cpp:2:4: error: stray '#' in program
2 #include<cstring>
^
0_0_19605184_9518.cpp:3:4: error: stray '#' in program
3 #include<cstdlib>
^
0_0_19605184_9518.cpp:4:4: error: stray '#' in program
4 #include<algorithm>
^
0_0_19605184_9518.cpp:5:4: error: stray '#' in program
5 #include<iostream>
^
0_0_19605184_9518.cpp:24:4: error: stray '#' in program
24 #include<cmath>
^
0_0_19605184_9518.cpp:61:4: error: stray '#' in program
61 #ifdef DEBUG
^
0_0_19605184_9518.cpp:64:4: error: stray '#' in program
64 #endif
^
0_0_19605184_9518.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<cstring>
^
0_0_19605184_9518.cpp:8:2: error: expected unqualified-id before numeric constant
8
^
0_0_19605184_9518.cpp:10:1: error: expected unqualified-id before numeric constant
10 struct Point {
^
|