四级59分来这里平复一下心情
2026-07-06 11:48:43
发布于:上海
1阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
int main(){
int sh,sm,eh,em;//定义开始小时,分钟,结束小时,分钟
cin>>sh>>sm>>eh>>em;//输入
cout<<eh*60+em-sh*60-sm;//输出,结束分钟-开始分钟
return 0;
}
看到一级这么简单心里越来越不平复了
还是求个赞,随手的事,点一下还能刷管
这里空空如也








有帮助,赞一个