朱色虫居
Pages
Home
Featured Posts
2006/09/14
272-TEX Quotes
/*
"TEX Quotes"
Level:0.5
Date:2006/9/13
*/
#include
main(){
bool num = false; //false:odds, true:even
char c;
while((c=getchar()) != EOF){
if(c == '"')
if(num == false){
printf("``");
num = true;
}
else{
printf("''");
num = false;
}
else
putchar(c);
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment