#include <cstdlib>
#include <iostream>
#include <string.h>
#include <conio.h>
#include <stdio.h>
//reshte motegharen ast ya na//
using namespace std;
int main(int argc, char *argv[])
{
char str[20];
int i,j=0,sw=1;
cout<<"Enter your string:";
cin>>str...