文件名称:1330
介绍说明--下载内容均来自于网络,请自行研究使用
你的任务是写一个程序进行字符识别。别担心,你只需要识别1, 2, 3,如下:
.*. *** ***
.*. ..* ..*
.*. *** ***
.*. *.. ..*
.*. *** ***
输入仅包含一组数据,由6行组成。第一行为字符的个数n(1<=n<=10)。以下5行每行包含4n个字符。每个字符恰好占5行3列,然后是一个空列(用 . 填充)。
输出应包含一行,即识别出的各个字符。-Your task is to write a program for character recognition. Do not worry, you only need to identify the 1, 2, 3, as follows:***** ..* ..******* .. .........*.*.****** only contains a set of input data, by 6 rows. The first line number of characters n (1 < = n < = 10). The following five lines each contain 4n characters. Each character is exactly accounted for 5 rows 3, then an empty column (with " ." Padding). The output should contain one line that identifies the individual characters.
.*. *** ***
.*. ..* ..*
.*. *** ***
.*. *.. ..*
.*. *** ***
输入仅包含一组数据,由6行组成。第一行为字符的个数n(1<=n<=10)。以下5行每行包含4n个字符。每个字符恰好占5行3列,然后是一个空列(用 . 填充)。
输出应包含一行,即识别出的各个字符。-Your task is to write a program for character recognition. Do not worry, you only need to identify the 1, 2, 3, as follows:***** ..* ..******* .. .........*.*.****** only contains a set of input data, by 6 rows. The first line number of characters n (1 < = n < = 10). The following five lines each contain 4n characters. Each character is exactly accounted for 5 rows 3, then an empty column (with " ." Padding). The output should contain one line that identifies the individual characters.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1330.o
1330.c
1330.exe