题解 | #KiKi定义电子日历类#
KiKi定义电子日历类
https://www.nowcoder.com/practice/e4c67097cdb242d9a3f38b7cfe839396
#include <stdio.h>
int main() {
int a, b,c;
scanf("%d%d%d",&a,&b,&c);
printf("%d/%d/%d",c,b,a);
return 0;
}
KiKi定义电子日历类
https://www.nowcoder.com/practice/e4c67097cdb242d9a3f38b7cfe839396
#include <stdio.h>
int main() {
int a, b,c;
scanf("%d%d%d",&a,&b,&c);
printf("%d/%d/%d",c,b,a);
return 0;
}
相关推荐
影04714:把图书管理系统那个项目经验内容适当的减少掉,然后改成据为己有不要说团队项目,因为图书管理系统这类常见的谁来了都能独立写出来,提问能圆过来即可