摘要:
#include<stdio.h> int main(){ int day=0,y=0,m=1,d=0; scanf("%d/%d/%d",&y,&m,&d); switch(m-1){ case 11:day+=30; case 10:day+=31; case 9:day+=30; case 8 阅读全文
posted @ 2018-09-30 22:36
yogurt_莹
阅读(55)
评论(0)
推荐(0)
2018年9月30日