#include ” stdio.h ” main(){ int c; while((c=getchar())!= ’ \n ’ ) { switch(c- ' 2 ' ) { case 0: case...
阅读全文
2009
04-23