Problem flows
User wrizz69
Submission Time 2024-12-14 16:53:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flows.cpp: In function ‘int main()’:
flows.cpp:4:12: error: expected primary-expression before ‘long’
4 | #define ll long long
| ^~~~
flows.cpp:47:4: note: in expansion of macro ‘ll’
47 | + ll(i-l[i]) * h[i]; //time for water needed to fill the rectangle
| ^~