大佬帮忙看看为什么WA了,谢谢
查看原帖
大佬帮忙看看为什么WA了,谢谢
365986
纤纤楼主2021/2/16 09:32

大佬帮忙看看为什么WA了,谢谢

#include<bits/stdc++.h>
using namespace std;
int main()
{
int a, b, c, d;
cin>>a>>b>>c>>d;
int e=(c-a)*60+d-b;
cout<<e/60<<e%60;
return 0;
}
2021/2/16 09:32
加载中...