Problem burgers
User ecxx
Submission Time 2023-02-25 13:46:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

burgers.cpp: In member function ‘long long int line::value(long long int)’:
burgers.cpp:17:9: error: ‘ll’ was not declared in this scope
17 | ll k = a * x;
| ^~
burgers.cpp:18:27: error: ‘k’ was not declared in this scope
18 | return (int) (c - k) / b;
| ^