摘要:
#include<stdio.h>int main(){ int c,q=1; while((c=getchar())!=EOF) { if(c=='"') { printf("%s",q?"``":"''"); q=!q; } else printf("%c",c); } return 0;} 阅读全文
posted @ 2017-03-21 21:39
丿醉鬼丶
阅读(120)
评论(0)
推荐(0)
摘要:
TEX is a typesetting language developed by Donald Knuth. It takes source text together with a few typesetting instructions and produces, one hopes, a 阅读全文
posted @ 2017-03-21 21:37
丿醉鬼丶
阅读(209)
评论(0)
推荐(0)

浙公网安备 33010602011771号