朱色虫居
Pages
Home
Featured Posts
2006/09/14
458-The Decoder
/*
"The Decoder"
Level:0.5
Date:2006/9/13
*/
#include
main(){
char c;
while((c = getchar())!= EOF){
if(c=='\n')
putchar('\n');
else{
putchar(c-7);
}
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment