4 条题解

  • -2
    @ 2023-11-12 17:01:52

    #include using namespace std;

    int main(){ int a,b,c,d; cin>>a>>b>>c>>d; int start = a*60 + b; int end = c *60 +d; int time = end-start; int e = time/60, f = time %60; cout<<e<<" "<<f; return 0; }

    • -2
      @ 2023-11-5 14:48:24

      #include using namespace std;

      int main(){ int a,b,c,d; cin>>a>>b>>c>>d; int e,f; e=(60c+d-60a-b)/60%10; f=(60c+d-60a-b)%60; cout<<e<<" "<<f; return 0; }

      • -2
        @ 2023-10-29 14:54:51

        不会做,根本不会做!

        • -6
          @ 2023-10-27 18:55:23

          如风我开房间都是 发的奋斗工作

        • 1

        信息

        ID
        10
        时间
        1000ms
        内存
        16MiB
        难度
        5
        标签
        递交数
        117
        已通过
        44
        上传者