Problem duckwar
User kahchun
Submission Time 2024-01-08 19:02:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckwar.cpp: In function ‘__int128 f(__int128)’:
duckwar.cpp:28:35: error: ‘bigU’ was not declared in this scope; did you mean ‘biGU’?
28 | return (bigT - m) * (bigK + (m * bigU));
| ^~~~
| biGU
duckwar.cpp: In function ‘int32_t main()’:
duckwar.cpp:39:2: error: ‘bigU’ was not declared in this scope; did you mean ‘biGU’?
39 | bigU = U;
| ^~~~
| biGU