FUACM006 - Problems 6: Change String
Given String S (length(S) <= 20), you must change string S to S' with conditions:
- All character numbers ('0'-'9') in string removed.
- All character not latin lowercase (not in 'a'-'z') change to '@'.
Input
String S
Output
String S'
Example
Input: 12fu_acm_012zzz Output: fu@acm@zzz
Added by: | Gầy :)) |
Date: | 2014-11-21 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 |