Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
335083 admin_rjp 【C1-5】工作时间 C++ 通过 100 1 MS 240 KB 213 2025-07-21 16:21:25

Tests(3/3):


#include<iostream> using namespace std; int main(){ int a,b,c,d,e,f,m,n,l; cin>>a>>b>>c>>d; m=a*60+b; n=c*60+d; l=n-m; e=l/60%24; f=l%60; cout<<e<<" "<<f; return 0; }


测评信息: