#include<stdio.h>void main(){ char day; printf("please input the first letter of week.\n"); day=getchar(); switch(day) { case 'm':printf("monday\...
阅读全文
2010
02-14