Problem reinforcement
User pearl333
Submission Time 2025-12-01 18:05:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reinforcement.cpp: In function ‘int main()’:
reinforcement.cpp:42:17: error: ‘math’ was not declared in this scope
42 | if (s!=0) m = math.floor((r-dist)/s);
| ^~~~
reinforcement.cpp:49:17: error: ‘math’ was not declared in this scope
49 | if (s!=0) n = math.floor((r-dist)/s);
| ^~~~