cy813 的 站内主页
#include<stdio.h>void main(){ char day; printf("please input the first letter of week.\n"); day=getchar(); switch(day) { case 'm':printf("monday\....
Read More >