Saturday, June 4, 2016

C++ Solution to UVA 118 - Mutant Flatworld Explorers Learning Based on Experience of Past Robots


Problem Link:
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=54

Problem Explanation & Visalization:

TODO

Input & Output Explanation:

TODO

Input & Output:

Input:
5 3 1 1 E RFRFRFRF 3 2 N FRRFLLFFRRFLL 0 3 W LLFFFLFLFL

Output:
1 1 E 3 3 N LOST 2 3 S

More input and output in udebug:
https://www.udebug.com/UVa/352

Code:


No comments: