5 条题解

  • -4
    @ 2025-3-4 17:38:14
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b,c,d;
    	cin>>a;
    	cin>>b;
    	cin>>c;
    	cin>>d;
    	cout<<(c*60+d)-(a*60+b);
    	return 0;
    }
    
    

    信息

    ID
    2201
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    459
    已通过
    275
    上传者