#2583. C++-数组-日期差值(拓展01-输入8位的年月日数字,分别获取年月日的数字)
C++-数组-日期差值(拓展01-输入8位的年月日数字,分别获取年月日的数字)
Background
Description
输入8位的年月日数字,分别获取年月日的数字
Format
Input
Output
Samples
19700101
1970
1
1
20210718
2021
7
18
Limitation
1s, 1024KiB for each test case.
Statistics
Related
In following homework: