1. 程式人生 > >ADV-201 我們的征途是星辰大海

ADV-201 我們的征途是星辰大海

  對於每個詢問輸出單獨的一行:
  “I get there!”:執行給出的命令後curiosity最終到達了終點。
  “I have no idea!”:執行給出的命令後curiosity未能到達終點。
  “I am dizzy!”:curiosity在執行命令的過程中撞到了障礙物。
  “I am out!”:代表curiosity在執行命令的過程中走出了迷宮的邊界。
Sample Input
  2
  2
  S.
  #T
  2
  RD
  DR
  3
  S.#
  .#.
  .T#
  3
  RL
  DDD
  DDRR
Sample Output
  I get there!
  I am dizzy!
  I have no idea!
  I am out!
  I get there!