Question: Please help me answer this simple coding question for an online judge platform . You can write the code in either Python3 or Java8 ;
Please help me answer this simple coding question for an online judge platform. You can write the code in either Python3 or Java8 ; whichever one is easier and faster. Please also provide screenshots of your output after entering the inputs; it should match the sample inputs and outputs in the question. Thank You!


ill has created a new smartphone game that leads players to find a treasure. The app uses the phone's GPS to determine the player's location. The app then tells the player the direction in which to go on a route to find the treasure. When the player reaches some specific location, the app rewards the player with a (virtual) treasure. Can you help the player determine how long it will take to find the treasure? Input The first line of input contains two integers R and C, each between 1 and 200, inclusive. These integers define the number of rows and columns in the playing area, respectively. The next R lines of input describe the playing area. Each line contains exactly C letters, and each letter defines the action to take in each location in the playing area. There are five possible letters: indicates a move to the previous row, indicates a move to the next row, W ndicates a move to the previous column, N s E indicates a move to the next column, and T indicates the location of the treasure. Exactly one location contains the treasure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
