竞赛
考级
zsy
#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; }
LS_YZY
提交答案之后,这里将显示提交结果~