码迷,mamicode.com
首页 > 其他好文 > 详细

Marvelous Mazes UVA - 445

时间:2017-05-10 16:35:56      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:turn   pre   names   max   style   char   ++   while   apn   

#include<iostream>
#include<stdio.h>
#include<string>
#include<cstring>
#define maxn 150
using namespace std;
char mapn[maxn][maxn];
int main()
{
    char str[150];
    while(gets(str)!=NULL)
    {
        int sum;
        for(int i=0;i<strlen(str);)
        {
            sum = 0;
            if(str[i] == !)
                printf("\n");
            while(str[i]>=0&&str[i]<=9)//数字累加,11累加为2
            {
                sum += str[i] - 0;
                i++;
            }
            if(str[i] == b)
                str[i] =  ;
            for(int j=0;j<sum;j++)
                printf("%c",str[i]);
            i++;
        }
        printf("\n");
    }
    return 0;
}

 

Marvelous Mazes UVA - 445

标签:turn   pre   names   max   style   char   ++   while   apn   

原文地址:http://www.cnblogs.com/l609929321/p/6836413.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!