{"raw_statement":[{"iden":"background","content":"对应的选择、判断题：<https://ti.luogu.com.cn/problemset/1167>"},{"iden":"statement","content":"小杨为数字 $0,1,2$ 和 $3$ 设计了一款表示形式，每个数字占用了 $5\\times 5$ 的网格。数字 $0,1,2$ 和 $3$ 的表示形式如下：\n\n```plain\n..... ****. ..... .....\n.***. ****. ****. ****.\n.***. ****. ..... .....\n.***. ****. .**** ****.\n..... ****. ..... .....\n```\n\n小杨想请你将给定的数字 $n$ 转换为对应的表示形式。"},{"iden":"input","content":"第一行包含一个非负整数代表 $n$。"},{"iden":"output","content":"输出对应的表示形式。"},{"iden":"note","content":"对于全部数据，保证有 $0\\le n\\le 10^6$，且 $n$ 仅由数字 $0,1,2,3$ 组成。"}],"translated_statement":null,"sample_group":[["12230","****.....................\n****.****.****.****..***.\n****.................***.\n****..****.********..***.\n****....................."]],"show_order":[],"formal_statement":null,"simple_statement":null,"has_page_source":false}