3 条题解

  • -1
    @ 2024-6-19 20:20:34

    #include using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; int t=c60+d-a60-b; cout<<t/60<<" "<<t%60; return 0; } #思考

    信息

    ID
    3148
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    递交数
    327
    已通过
    183
    上传者