1 solutions

  • 0
    @ 2025-11-5 19:35:29

    C++ :

    #include<iostream>
    
    using namespace std;
    
    int main()
    {
        return 0;
    }
    

    Pascal :

    var n:longint;
    begin
     read(n);
     write(0);
    end.
    
    • 1

    Information

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