0_0_25174012_16584.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25174012_16584.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25174012_16584.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25174012_16584.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25174012_16584.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25174012_16584.cpp: In function 'bool cmp(node, node)':
0_0_25174012_16584.cpp:20:26: error: expected ';' at end of input
if(a.x==b.x)return a.y
^
0_0_25174012_16584.cpp:20:26: error: expected '}' at end of input
|