130501 - 显示日期
Time Limit : 1 秒
Memory Limit : 128 MB
编写一个程序, 接收用户录入的日期信息并且将其显示出来。
Input
输入三行,分别表示年、月、日。
Output
按指定格式(yyyy-mm-dd)输出。
Examples
Input
2022 1 1
Output
2022-01-01