1 条题解
-
1
202607zj01俞昊哲 (yuhaozhe) LV 7 @ 2026-07-24 20:54:28
#include <bits/stdc++.h> using namespace std; int main ( ) { int a,b,c,d,tb,te,t,e,f; cin>>a>>b>>c>>d; tb=60*a+b; te=60*c+d; t=te-tb; e=t/60; f=t%60; cout<<e<<" "<<f; return 0; }
- 1
信息
- ID
- 3000
- 难度
- 6
- 分类
- (无)
- 标签
- 递交数
- 56
- 已通过
- 16
- 通过率
- 29%
- 上传者