1 solutions

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

    C++ :

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

    Pascal :

    var a,b,c:longint;
    begin
      a:=19;
      b:=52;
      c:=85;
      writeln(a);
      writeln(b);
      writeln(c);
    end.
    
    
    • 1

    Information

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