Md. Arifur Rahman (Sazal)
ক্রমে ক্রমে হ্রাস পাচ্ছে বিবেক, ঘুমিয়ে পড়ছে মানবতা……
Pages
Home
ACM Algorithm
Math
E- Balagurusamy
Basic Program
Assembly Language
Gallery
My Portfolio
Tuesday, 17 May 2011
458-The Decedor
#include<iostream>
#include<stdlib.h>
#include<stdio.h>
using namespace std;
int main()
{
char ch;
//freopen("in.txt","r",stdin);
while(scanf("%c",&ch)==1)
if(ch=='\n')
cout<<endl;
else
printf("%c",ch-7);
exit(0);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment