5 solutions

  • -1
    @ 2026-2-22 20:31:51

    #include using namespace std; int main() { int t,i,m,e; int x=0,y=0; cin>>t>>i>>m>>e; x=(m-t)*60; y=e-i; cout<<x+y;

    }

    Information

    ID
    19
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    5
    Tags
    # Submissions
    26
    Accepted
    14
    Uploaded By