29 条题解

  • -1
    @ 2025-2-19 13:42:20

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

    信息

    ID
    612
    时间
    1000ms
    内存
    125MiB
    难度
    4
    标签
    递交数
    973
    已通过
    472
    上传者