fork download
  1. #include <iostream>
  2. #include <string>
  3. using namespace std;
  4.  
  5. int main() {
  6.  
  7. string s;
  8. cin >> s;
  9.  
  10. for(int i = 0;i< s.size();i++){
  11. if((s[i]>='a' && s[i]<='z') || (s[i]>='A' && s[i]<='Z') || s[i]=='-'){
  12. cout << s[i];
  13. }else{
  14. // do nothing;
  15. }
  16. }
  17. return 0;
  18. }
Success #stdin #stdout 0s 4328KB
stdin
1212Y121o21212u1212-a1212r121221e12123535345t345345h345345e345435-b34534535e564556s67657t56456-t3453453h345363i64747n354354235g223424-h235235a234324p234234p234235e5635635n24234e34535d25252-t25245345o2524524-234242m34234e---435435.24524536B254325e25252-t245345h345345e2425-s25345a6446m245245e25245245-a25435456s2543535-y2524536o224536u2534636-w25356456e2534653r245245e25425245-b25346356e253653f25436o24536r245346e245346--L245346o25346356v43636i46356n346356g34636-m3463645e346535645-353636s34636o3463636-m3463u3636c3636h245245-t235245h56456a345435n24525-a25436n25346y245346t46536h24636y43636i34636456n46356g3463636.
stdout
You-arethe-best-thing-happened-to-me---Be-the-same-as-you-were-before--Loving-me-so-much-than-anythying