Problem fertile
User PlayVoltz
Submission Time 2024-01-08 20:52:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fertile.cpp:6:8: error: ‘pii’ was not declared in this scope
6 | deque <pii> convexhull;//for min, the insert and query will be (-m, -c) and query = -query. for max, insert will be (m, c) and query=query BOTH CASES ITS query(x)
| ^~~
fertile.cpp:6:11: error: template argument 1 is invalid
6 | deque <pii> convexhull;//for min, the insert and query will be (-m, -c) and query = -query. for max, insert will be (m, c) and query=query BOTH CASES ITS query(x)
| ^
fertile.cpp:6:11: error: template argument 2 is invalid
fertile.cpp:8:10: error: ‘pii’ was not declared in this scope
8 | int eval(pii line, int x){
| ^~~
fertile.cpp:4:13: error: expected primary-expression before ‘long’
4 | #define int long long
| ^~~~
fertile.cpp:8:20: note: in expansion of macro ‘int’
8 | int eval(pii line, int x){
| ^~~
fertile.cpp:8:25: error: exp