F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Encoding The Diary

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1914    Accepted Submission(s): 1120


Problem Description
You know many girls likes writing diaries,of course they have some secrets don¡¯t want others to know.So this time, they asked you to encoding the diary.
The rule is :
Give you a string. Such as ¡°ARE YOU AC?¡±
Firstly , delete all spaces in this string.
You will get ¡°AREYOUAC?¡±
String AREYOUAC?
Index 123456789
Secondly,print the characters who¡¯s index are the multiple of 3.
Thirdly, print the characters who¡¯s index are the multiple of 2.If it has been printed,just ignore it .
At last,print the characters that have not been printed.
 

Input
Each case will contain a string in one line.You may suppose the length of the string will not exceed 200.
 

Output
For each case, output the encoded string in one line.
 

Sample Input
ARE YOU AC?
 

Sample Output
EU?RYCAOA
 

Author
dandelion
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-25 12:03:16, Gzip enabled