竞赛
考级
#include<iostream> using namespace std; int main(){ int a,b,c,d,e,f; cin>>a>>b>>c>>d; e=a60+b; f=c60+d; cout<<f-e; return 0; }
135****3716