1 solutions

  • 0
    @ 2025-11-5 15:27:38

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	printf("%d%d\n",3,4);
    	printf("%d\n%d",3,4);
    	return 0;
    }
    

    Pascal :

    begin
      writeln('3','4');
      writeln('3');
    writeln('4');
    end.
    
    • 1

    Information

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