0 like 0 dislike
527 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 | 527 views

23 Answers

0 like 0 dislike
Hidden content!
* **** * *
* ** * *** **
** ** * *** ** * *



int main ***

{
**** * *

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

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

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

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

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

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

** * * * }
** * ** * *

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


* * * * * *

*** * * *** return 0;
**** **

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



int main (void)

{
* * * *

** * * * * int i;
** ** ** * *

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

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

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

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

* ** * * * * s[i] = s[i] - ****** *

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

* ** ** * }
* * ** *

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


****

**** *** ** * *** return 0;
* * *** *

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

#include <stdlib.h>

#include <ctype.h>

#include <string.h>





int main(){

    char x[2000];

    int i,c=0;
* *** * ** ** ** ** * * * * * ***
** * * ** ** * * ****** * *
* * ***** ** * * * * * ** *** * *
***** ** * ** ** * * * * * ** * * * *** **** * ** * *** ** ** **** ** *** -7){
* * * * * * * * ** * * * * * * * * ** * ** * * ** * **** * *** * * * * ** * * * ** * ** * **
* ******** ** ****** * * *** * *** * *** * ** ******** *** ** ****** * * *** * ****** * * *** * ** * * * ** * ** * * * *
** * ** * * * ** **** ***** * ** ** ******** * * ** *** *** ***** * *** * **** *** ** **** * ***** * * * * *
** * * *** * ** ** ** * ** * * * *** * * ** * * * **** * * * * **** ** ** * ** *
* *** * * ** ******** ** * * ** * * * * ** * * ** * *** * * *
* * * * * * * *** * ** * ** ** **

    }
****** ** *** * * * * * * ** **
* * ** *** * * ** **** * ** * * * ** * * * * ** * * *** *****

    }
* *** *** ** * 0;

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

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
| 175 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
| 249 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
| 199 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
| 847 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
| 266 views
12,783 questions
183,443 answers
172,219 comments
4,824 users