Problem maximumtriangle
User Reverberate
Submission Time 2024-02-10 00:20:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximumtriangle.cpp: In function ‘void solve()’:
maximumtriangle.cpp:76:18: error: expected ‘;’ before ‘root’
76 | node(-2e12,2e12) root;
| ^~~~~
| ;
maximumtriangle.cpp:78:2: error: ‘root’ was not declared in this scope
78 | root.update(line(0,0));
| ^~~~