Skip to content

UVa 445

Alex Wind edited this page Aug 5, 2014 · 3 revisions

Marvelous Mazes

from Volume 0. Getting Started

Problem

给你一段有意义的字符串。按照他的意思,输出翻译后的图像。

Solution

读取字符,如果判定为数字就声明一个整型来储存,读到字母就根据整型的值来输出对应个数的字母。读到 '!' 和 '\n' 统统换行即可,连 case 间的空行都不需要编程输出。

Clone this wiki locally