39.寫出執行結果。b1="18:30"b2="20:10"h,m=map(int,b1.split(':'))c1=h*60+mh,m=map(int,b2.split(':'))c2=h*60+mprint(c2-c1)(A)100(B)10(C)1(D)2