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

Compile Error

maximumtriangle.cpp: In function ‘void solve()’:
maximumtriangle.cpp:76:2: error: ‘root’ was not declared in this scope
76 | root=node(-2e12,2e12);
| ^~~~