4 条题解
-
1
#include<iostream> #include<cstdio> #include<cctype> #include<string.h> #include<math.h> #include<cmath> #include<algorithm> #include<iomanip> using namespace std; int main() { int a,b,c,d; cin>>a>>b>>c>>d; if(d<b) { cout<<c-a-1<<" "<<d+60-b; } else { cout<<c-a<<" "<<d-b; } return 0; }
- 1
信息
- ID
- 3148
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 3
- 标签
- 递交数
- 488
- 已通过
- 246
- 上传者