1 solutions

  • 0
    @ 2025-11-5 16:09:18

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	cout<<"15"<<endl<<60<<endl;
        return 0;
    }
    

    Pascal :

    begin
     writeln(15);
     writeln(60);
    end.
    
    • 1

    Information

    ID
    17522
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By