Spider and Fly
Easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
In an empty rectangular room in the sizes (the length, width, height) has fallen to the floor the fallen asleep fly. The spider who was on one of walls, or on a room’s floor, has started to move to it on the shortest way.
On what distance it thus will move?
Input
In the first line it is set the sizes of a room , , . In the second line - co-ordinates of a fly on the floor , , and spider , , .
All input date - the integers which are not exceeding 500.
Output
One line – the distance on which the spider will move, calculated to within 2 signs after a decimal point.
Examples
Input #1
Answer #1
Submissions 13K
Acceptance rate 17%