输入某月的第一天是星期几及该月的天数,打印该月月历!谢谢#include main() {int i,j,n,m; scanf("%d %d",&n,&m);//n是星期几,m是有几天 printf("7 1 2 3 4 5 6\n");//第一行
2023-11-06
输入某月的第一天是星期几及该月的天数,打印该月月历!谢谢#include main() {int i,j,n,m; scanf("%d %d",&n,&m);//n是星期几,m是有几天 printf("7 1 2 3 4 5 6\n");//第一行
2023-11-06