Network disconnection
Description
두 대의 레이싱 카 mini01, mmini02가 서로 경주를 합니다.
두 차는 각각 별도의 경로로 운행을 하며, 서로 다른 거리를 달리는데요.
아래 코드를 수정해서 mini01과 mini02가 달린 각각의 거리를 정확히 계산해보세요. 예상되는 출력값은
mini 01 run 68.5
mini 02 run 21.6
입니다.
Debug type challenge HOWTO
- In the Debug type challenge, you have to find and fix the bug in given code
- You can change only one line of the given code
- An error message will be shown in the Result area when you modify more than 2 lines of the given code.
Result
Stop
Result of [Run] or [Submit] will be displayed here