1 solutions

  • 0
    @ 2025-11-5 15:39:23

    C++ :

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

    Pascal :

    begin
      writeln(1+2=3);
    end.
    
    • 1

    Information

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