The explanation of the problem statement is slightly wrong. The formula should be max(0,Z - Y/X) instead of max(0,Z - Y/Z)
Problem Link: Mario and Bullet Practice Problem in 500 to 1000 difficulty problems
The explanation of the problem statement is slightly wrong. The formula should be max(0,Z - Y/X) instead of max(0,Z - Y/Z)
Problem Link: Mario and Bullet Practice Problem in 500 to 1000 difficulty problems
Yes
fixed ![]()
thanks for pointing it out!