The Goal

The aim of this game is to win.

For this question, you will be asked to output a single line as a solution.

  Rules

Your program receives characters.
Your actions have an effect.

The game zone works as follows:
  • There are coordinates.

The units work as follows:
  • They move around.
You lose if:
  • You mess up.
  • You do not supply a valid sequence of actions.

  Expert Rules

If you're going to run local simulations, you'll need to know this!

  Example

A basic situation, an instruction, a result.

  Note

Don’t forget to run the tests by launching them from the “Test cases” window. You can submit at any time to recieve a score against the training validators. You can submit as many times as you like. Your most recent submission will be used for the final ranking.

Warning: the validation tests used to compute the final score are not the same as the ones used during the event. Harcoded solutions will not score highly.

Don't hesitate to change the viewer's options to help debug your code ().

  Game Input

The program must first read the initialization data from standard input. Then, provide to the standard output one line with ...
Input

Line 1: one string ..., the ...

Output
A single line containing ...
Constraints
... contains between 1 and 500 characters.

Allotted response time to output is ≤ 2 seconds.

Title

Story
Totally optional