0_0_38079670_30229.cpp: In function 'int main()':
0_0_38079670_30229.cpp:26:9: error: 'll' was not declared in this scope
ll s1 = (p[2].x - p[1].x) * (p[2].y - p[1].y);
^
0_0_38079670_30229.cpp:35:12: error: expected ';' before 's2'
ll s2 = (p[6].x - p[5].x) * (p[6].y - p[5].y);
^
0_0_38079670_30229.cpp:52:12: error: expected ';' before 's'
ll s = (maxx - minx) * (maxy - miny); // cout << s << endl;
^
0_0_38079670_30229.cpp:53:12: error: 's1' was not declared in this scope
if(s1 == s || s2 == s) {
^
0_0_38079670_30229.cpp:53:18: error: 's' was not declared in this scope
if(s1 == s || s2 == s) {
^
0_0_38079670_30229.cpp:53:23: error: 's2' was not declared in this scope
if(s1 == s || s2 == s) {
^
|