1 solutions

  • 0
    @ 2025-11-5 15:40:01

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    long long a;
    int main()
    {
    	cin>>a;
    	cout<<a;
    	
    	return 0;
    }
    

    Pascal :

    var
    a:integer;
    begin
    read(a);
    write(a);
    end.
    
    • 1

    Information

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