题解 | #KiKi定义电子日历类#

KiKi定义电子日历类

http://www.nowcoder.com/practice/e4c67097cdb242d9a3f38b7cfe839396

#include<iostream>
#include<cstdio>
#include<cstring>
#include<cmath>
#include<algorithm>
using namespace std;

int main()
{
		int day,month,year;
		cin>>year>>month>>day;
		printf("%d/%d/%d",day,month,year);
	    return 0;
	}

全部评论

相关推荐

邮小鼠:粤嵌的项目水的要死 来我们学校带过课程实习 项目名字是车机终端 实际上就是写了了个gui 还是老师把代码发给你你改改的那种
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务