0_0_26633725_3802.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26633725_3802.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26633725_3802.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26633725_3802.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26633725_3802.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26633725_3802.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26633725_3802.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26633725_3802.cpp:13:9: error: '__int64' does not name a type
typedef __int64 ll;
^
0_0_26633725_3802.cpp: In function 'int cmp(double)':
0_0_26633725_3802.cpp:16:14: error: 'fabs' was not declared in this scope
if(fabs(x)x-a.x,this->y-a.y);
^
0_0_26633725_3802.cpp:16:15: error: expected ')' before 'x'
if(fabs(x)x-a.x,this->y-a.y);
^
0_0_26633725_3802.cpp:17:24: error: 'angle' was not declared in this scope
double Cos=cos(angle);
^
0_0_26633725_3802.cpp:17:29: error: 'cos' was not declared in this scope
double Cos=cos(angle);
^
0_0_26633725_3802.cpp:18:29: error: 'sin' was not declared in this scope
double Sin=sin(angle);
^
0_0_26633725_3802.cpp:19:9: error: 'point' was not declared in this scope
point an(a.x+Cos*c.x-Sin*c.y , a.y+Sin*c.x+Cos*c.y);
^
0_0_26633725_3802.cpp:20:16: error: 'an' was not declared in this scope
return an;
^
0_0_26633725_3802.cpp: At global scope:
0_0_26633725_3802.cpp:22:1: error: expected declaration before '}' token
};
^
|