HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Volumes > Repetition (Loops) > problem:


025- 2013-Nov-01. 50328 - How far away

Guest
• Review clarifications (1)

Volume problems

• 018. 50491 - Brokers
• 018. 50787 - Expected Value
• 019. 50438 - Pattern with stars
• 020. 50485 - Center of gravity of a ...
• 020. 50408 - Molecules
• 022. 50366 - Student Averages (2 G...
• 023. 50437 - Age Labeling
• 024. 50372 - Number Quadruplets
• 025- 2013-Nov-01. 50328 - How...
• 026. 50399 - Mobile Base Station
• 026. 50487 - Radius of Inscribed Circle
• 027. 50548 - Albanian Airlines
• 028. 50483 - Group Total
• 030. 50584 - Total invoice amount
• 033. 50588 - Processing the list of n...
• 035. 50573 - Count and Sum
• 040. 50335 - Five Math Operators

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Prepared by Ibrahim Mesecan.

How far away

Question: On a Cartesian coordinate system, your robot is given a series of directions: Up (U), Down (D), Right (R) or Left (L) followed by a positive integer. The robot starts from coordinate (x,y) and travels on the given direction with the given amount of steps. You are asked to find Euclidean distance from the origin (0,0).

Input specification
You are first given the starting coordinates (x,y). Starting from the next line you are given the direction (U, D, R, or L) and the number of steps (nsteps) on the given direction where 1 ≤ nsteps ≤ 100 There are at most 100000 lines in the data series and it ends with a '#' sign.

Output specification
Show a floating point number with 3 decimal place which represent the Euclidean distance from the origin.

Sample Input I
3 2
U 2
D 4
R 2
#
Sample Input II
4 6
D 5
L 7
D 2
R 2
#
Sample Output I
5
Sample Output II
1.414

Для отправки решений необходимо выполнить вход.

www.contester.ru