14. Calculator (3)

Time Limit: N/A seconds

Memory Limit: N/A MB

Rating: 1100

Problem Statement

Hulk throws things very far and is hard for him to calculate the exact distance sometimes. Create a program that does this, the only inputs being how fast the projectile is initially going and the angle from the ground. (Assume $g$ is $9.8m/s^2$, ground is horizontal, no air resistance and no obstacles)

Input

Not available for this problem.

Output

Not available for this problem.

Sample Cases
Not available for this problem.
Explanation

Not available for this problem.

Sources

KL Coding Cup 2022 > Problem 4 > Advanced League

Submit | Back