Problem duckwar
User shoryu386
Submission Time 2023-01-04 17:46:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckwar.cpp: In function ‘int main()’:
duckwar.cpp:38:22: error: ‘t’ was not declared in this scope
38 | for (ll i = 0; i <= t; i++){
| ^
duckwar.cpp:39:27: error: ‘k’ was not declared in this scope
39 | ans1 = max(ans1, (t-i)*(k + u*i));
| ^
duckwar.cpp:39:31: error: ‘u’ was not declared in this scope
39 | ans1 = max(ans1, (t-i)*(k + u*i));
| ^