#描述#
某工程断断续续做了许多天,先给定日期区间,要求统计所有的天数。
#格式#
##输入格式##
第一个整数N,表示后面有N个成对的日期,格式为“YYYY-MM-DD”。
##输出格式##
输出一个整数,表示实际工作天数。
#样例1#
##样例输入1##
2
2005-06-07 2005-07-01
2006-02-27 2006-03-05
##样例输出1##
32
#限制#
1000ms
32768KB
#提示#
#来源#
By signing up a OPS universal account, you can submit code and join discussions in all online judging services provided by us.