0 like 0 dislike
2k views

Alex傳送郵件時都會先進行加密處理,加密的方式是每個字元加上某一個整數K(字元一定都在ASCII碼中可列印的範圍內)。

Input

每筆測試資料有1個字串不超過1000個字元。內容會包含"Alex",且中間不會出現換行。

Output

對每一測試資料,請輸出解密後的信件。

Sample Input

Ghdu#Pu1#Doh{/L#dp#zulwlqj#wklv#ohwwhu#wr#lqirup#|rx#wkdw#L#kdyh#wr#wdnh#d#vlfn#ohdyh#iurp#frxuvh#gxh#wr#wkh#ihyhu1#Vruu|#iru#dq|#lqfrqyhqlhqfh#fdxvhg#e|#p|#devhqfh1#L#zrxog#uhylhz#wkh#pdwhuldo#ehiruh#qh{w#frxuvh1#Ihho#iuhh#wr#frqwdfw#ph#li#|rx#qhhg#ixuwkhu#yhulilfdwlrq#iurp#p|#grfwru1#Wkdqn#|rx#iru#|rxu#lpphgldwh#dwwhqwlrq#wr#wklv#pdwwhu1

Sample Output

Dear Mr. Alex,I am writing this letter to inform you that I have to take a sick leave from course due to the fever. Sorry for any inconvenience caused by my absence. I would review the material before next course. Feel free to contact me if you need further verification from my doctor. Thank you for your immediate attention to this matter.

 

 

[Normal] Coding (C) - asked in 2016-1 程式設計(一)AC by (-126 points)
ID: 19222 - Available when: Unlimited - Due to: Unlimited

reshown by | 2k views

23 Answers

0 like 0 dislike
Hidden content!
#include<stdio.h>

#include<stdlib.h>

#include<string.h>

#include <ctype.h>



void test(char *t);

int main(void)

{
*** * * ***** *** **** s[1000];
*** ** * * **** * * (scanf("%s",s) != EOF)
*** ***** * *** * **** **** ** ********* * ** **



}

void test(char *t)

{

    int i,j,s;
* *** * ** * * ** b[1000];
** * * ** * * * ***** * i<strlen(t); i++)

    {
***** * * * ** * ** ** ** **** * ************ ****

    }
* ** * ** ** *** *** ** *** * **
* *** * *** *** * * * ** * ** ** **** * (j=-34; j<39; j++)
* ** *** * * * *** **** ** *** ** * **** ****** ***** * *
* * ** * * * **** **** * * *** **** * * * ** * ** * *** *** * ** * ** * * ** * (i=0; i<strlen(t); i++)
* ** ** * * ** * * * * * * * * **** * ** *** ***** **** **** ** **** * * ** * * *** **
******* * **** ** * * ***** * ******** * *** ** * ** **** * ** ** * * * ** * ** * * * ***** * ** *** *** *** * ** *** *
* *** * * * ** ** * ** * * ** ** * ** ** *** * **** * ** ** ** ***** * * * * * * ** * * *


* * ** * * **** * * * *** * * * ** * ** * * * * **** ** ** *** * ** ***** *** * ** *loc = strstr(t,"Alex");
* * * ** * * * * **** *** ** * * * ** *** ** *** * *** * * ** * * * **** * * * * != NULL)
* **** *** ** * *** * * ** * *** * *** * **** * ** *** ** * * * *** ***** * **** * * * * * * * *** * ***
* * ** *** ** * ** **** *** * ** *** * ****** * ** ** * * * * * **** * * ** ** * * *** * * * * ***** *** * ** * ** * ***** * * ** ** ** * ** *
* * *** * * ** * * * ** *** * * * * *** * *** * *** * *** ** ** ** * * * * *** *** * * *** * **
* * * **** * ** * ** **** * ** ** * * * **** ** *** * ** * ***







}
answered by (-162 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>

#include<stdlib.h>

#include<string.h>

#include <ctype.h>



void test(char *t);

int main(void)

{
* ** ***** * * * * * * s[1000]";
*** ** * ** ***** ** * (scanf("%s",s) != EOF)
* ** ** * ** ** ** * * *** **** **** **** * * * **



}

void test(char *t)

{

    int i,j,s;
* * * ** ** * ** b[1000];
**** * * **** ** ** ** i<strlen(t); i++)

    {
* * *** * *** * * ** * *** ** *** ******** **** * ** **

    }
* * * ** * ** ** * **** * *
* * *** * * ** ** * ** * * ** * ** * * (j=-34; j<39; j++)
* **** ******* ** *** *** * * * *** ** *** ** ** ** * * *
* * ** * *** * * * *** ** * * ** *** **** ** * **** * ** * * ** * * ** *** * * **** *** ** (i=0; i<strlen(t); i++)
*** * ** * *** * * *** ** * * ** * * **** *** *** **** ** * * * * **** * ** * ** ******
**** **** ** *** * ** * **** * * *** * * ***** ** * * *** ** * ** **** * * * * **** * ** * ** * * *** **** ** ***** *
** ** ** ** ** ** ** * * * * ***** * * ** * * * **** *** ** * * ** ** *** * * ** * *


*** * ** ** * ** ** * * ** * *** *** * *** *** *** * * ** *** ** ** *** ** * * * *loc = strstr(t,"Alex");
** ****** ***** ** * * ** *** * * *** **** *** * * * **** * * ** *** * *** * * * != NULL)
* * * *** ****** * ** * ***** * ** * * * * **** ** * * * * * * * * * ** * * * ***** * ** ****** * * * ** * * *****
* * ** *** * ****** **** ** ** **** ** * * ** ** * * ** * ***** * * * * * *** * * * * ** ** ** ** * ** * *** * **** * * ** * *
***** *** *** *** *** * * * * ** *** ** * *** ** * * * **** ** ****** ** * * * * *** ** * * *** * ** *
********* * * ** * * **** ** ** ** ** ***** **** * ** * * * *







}
answered by (-162 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>

#include<stdlib.h>

#include<string.h>

int main(void)

{
* *** ***** *** * * ** i,k;
*** *** * * ** ** **** s[1000];
** * * * * *** ** ** * * *****
* ** ** ** **** **** * len;
* * * *** *** * ** * *

    
** * * ** *** *** *** k < 255 ; k++)
** ** * *** **** * * *** * * * ** *** *** * *
*** ** **** ** * ** * * **** ** * *** * * *** *
* ***** ** * * * ***** **** ** * * * *** *** *** *** * * * = s[i]-k;
*** *** * ** * * ** * * ***** ** * * * * * ** ****** ** **
* * ** *** ** * ** * ** * * * ****** * ** * * ****** **
***** * * *** *** *** **
** ** * ** *** * ** * * **** * * * *

}
answered by (-124 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>

#include<stdlib.h>

#include<string.h>

int main(void)

{
** *** ** * ** *** * * * * i;
* ** * * * * *** ** ***** * s[1000];
** ** * * * *** ** ** * *** *
** * * * ***** * *** ** len;
** ********* ** **** * *
* * * * * * *** * ***
* * * * **** ** *** ** * *** i < len ; i++)
** * * * ** * ** * * * *** ** ** * * * *
* * * * **** ********** * * *** ** ** * *** ** * ** * * * = s[i]-3;
** * ** **** *** **** * * ** * * ** * ** **** * * **** *** *** ** * ** ***
* ** * ** *** ** ****** *** ** ** ** **

}
answered by (-124 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>

#include<stdlib.h>

#include<string.h>

int main(void)

{
*** ** ** * * * i;
* * ** ** a,b;
* * **** ** ** * **** s[1000];
******** ** * * * * * *** ***** ****
* *** ***** * ***** * len;
**** ** * *** * * ** **

    
*** ** *** * * * *** ** * * ** *
*** **** * ***** * ** * ** * **
** * ** * * * * ** **** * * * * * *** * ** **** *** * * *****
* * ***** *** *** *** * ** *** * * * ** *** * * * * **** ** * (a);
* * * * * * * **** * * ****** *** * * * *** * * ****** * * *
** * * * *** * ********** * * * * * ** ** * * * * **** * * * *** *
******* ** ** * ** * ***** * **

}
answered by (-124 points)
0 like 0 dislike
Hidden content!
**** * ** *
** *** ** ** * ***
** ** ****** *

#include * ******** **



void test(char *t);

int main(void)

{
** **** * * *** *** * s[1000];
*** **** * *** * ***** * *** * * *** *** != EOF)
* **** ** ** * * * *** * * * ** * * ******



}

void test(char *t)

{
*** **** ** * ** ** i;
** * *** * * (i=0; i<strlen(t); i++)
** *** * ****** *** *** *
******** * * * * *** **** * *** * * ** ** * * **
* ***** ***** * ** ** * * *
* *** * **** ******* * * ** * ** * *

}
answered by (-162 points)
0 like 0 dislike
Hidden content!
*** * ** ***** *
** ** *** ** *
* * * * * * ** *

#include <ctype.h>

int main(void)

{
* ** * ** ** ** * s[1000];
* * ** ********* * *** * * * ** * ****** * ** != EOF)
* *** *** ** * * * * * * **** * * *



}

void test(char *t)

{
* ** * * ** * * ** i;
** ** ** * * * * * * * (i=0; i<strlen(t); i++)
** ** * ***** *** ****
* ** ** ***** * ** ** * * * ** * ** ** *** *** *
******* * * * ** *******
* **** ***** ** * ** * * *** * * **

}
answered by (-162 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

#include <stdlib.h>

#include <string.h>



int main (void)

{
*** ** ** * * ***
** * * * *** * ***** s[1000];
* * * ** * ** ******
** *** ** ** * ** *** **** i = 1;
* *** * *** * * *** *
** ** *** *** * * *
*** * ** ** * ** *
* ** * ** **** * * ** (i = 0;i <= strlen(s);i++)
** * *** * * **
*** *** * ** * ******
* * * * ** * * * * * ** ***** * * * ** *
* * ** * *** ** **** * * * * * = s[i] - 3;
* ****** * *** * * * * *** *** *** * **
* ** *** **
* *** * ** * * * * * * *
* * * * * ** ** **** ** ** *** **


** * ** ** * ** * **** * * 0;
* ** *** * *

}
answered by (-157 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

#include <stdlib.h>

#include <string.h>



int main (void)

{
** ********* **** *
* *** ***** * * ** ** s[1000];
* *** * * * **
** ******* * * *** * * * * * i = 1;
* * * ** ***** *** *
** * ** * *** *
* * * * *** ** *
* ********* ** * *** ** (i = 0;i <= strlen(s);i++)
* ***** * ** ** * *
* * *** * * * *
* * * * * * * * * * ** * * ** *** ** *** ***
* * ** **** * **** ***** ** = s[i] - 3;
**** *** * *** * * **** * * * ** **
*** ** ***** * ****** *
* * *** *** * * ** *
** *** ***** * ** * * *** ***


* ** *** ** *** * ** 0;
* * * * * * **** ** *** * *

}
answered by (-157 points)
0 like 0 dislike
Hidden content!
** * ** * ** ****
* *** **** * *** ***
* **** ** * * * ** * * *



int main *

{
* ** *** * *

** * *** ** char *
* * ** *

** * * * int i = 1;
* * * * * * *

* ** * * ** * **
** * * * * **

* * ** ** for (i = 0;i * ****
** ** * ***

** * *** {
** * * * * * * ** ** ** ***

* * * ** s[i] = s[i] - 3;
* *** ** * ** * * * *

** ** * }
* * * *

* * ** * * ** ***** * *** * **


** * * **** ** * 0;
* *** * ***

}
answered by (-157 points)
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.70.127.115
©2016-2025

Related questions

0 like 0 dislike
3 answers
[Normal] Coding (C) - asked Jan 5, 2017 in 2016-1 程式設計(一)AC
ID: 20997 - Available when: Unlimited - Due to: Unlimited
| 611 views
0 like 0 dislike
7 answers
[Normal] Coding (C) - asked Jan 5, 2017 in 2016-1 程式設計(一)AC by 林佳慧 (-85 points)
ID: 20976 - Available when: Unlimited - Due to: Unlimited
| 810 views
0 like 0 dislike
3 answers
[Normal] Coding (C) - asked Jan 3, 2017 in 2016-1 程式設計(一)AC by 410425014 (-162 points)
ID: 20514 - Available when: Unlimited - Due to: Unlimited
| 604 views
0 like 0 dislike
31 answers
[Normal] Coding (C) - asked Jan 3, 2017 in 2016-1 程式設計(一)AC
ID: 20482 - Available when: Unlimited - Due to: Unlimited
| 2.7k views
0 like 0 dislike
5 answers
[Normal] Coding (C) - asked Dec 27, 2016 in 2016-1 程式設計(一)AC by 410342026 (-105 points)
ID: 20135 - Available when: Unlimited - Due to: Unlimited
| 998 views
12,783 questions
183,442 answers
172,219 comments
4,824 users