Problem duckwar
User kahchun
Submission Time 2024-01-02 18:29:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckwar.cpp: In function ‘int32_t main()’:
duckwar.cpp:29:2: error: ‘ll’ was not declared in this scope
29 | ll T, K, U;
| ^~
duckwar.cpp:30:9: error: ‘T’ was not declared in this scope
30 | cin >> T >> K >> U;
| ^
duckwar.cpp:30:14: error: ‘K’ was not declared in this scope
30 | cin >> T >> K >> U;
| ^
duckwar.cpp:30:19: error: ‘U’ was not declared in this scope
30 | cin >> T >> K >> U;
| ^
duckwar.cpp:33:17: error: ‘b’ was not declared in this scope
33 | bigfloat m = (-b / (a + a));
| ^
duckwar.cpp:34:41: error: ‘c’ was not declared in this scope
34 | bigfloat x = (a * m * (m) + (b * m) + (c);
| ^
duckwar.cpp:34:43: error: expected ‘)’ before ‘;’ token
34 | bigfloat x = (a * m * (m) + (b * m) + (c);
|