#12608: _tle


qwerty123457 (ji3cl3gj94)

學校 : 高雄市私立復華高級中學
編號 : 58076
來源 : [36.236.156.237]
最後登入時間 :
2018-06-04 13:15:02
a009. 解碼器 -- ACM 458 | From: [114.39.202.185] | 發表日期 : 2017-08-23 15:27

 

#include<stdio.h>

int main()

{

    while(1==1)

    {

       char decoder[1001];

    int i=1;

    while(1==1)

    {

        scanf("%c",&decoder[i]) ;

        if(decoder[i]!='\n')

        printf("%c",decoder[i]-7);

        else break;

    }

        printf("\n");

 

    }

}

 
ZeroJudge Forum