1 solutions

  • 0
    @ 2025-11-5 16:21:30

    C++ :

    //hhh
    #include <iostream>
    using namespace std;
    
    int main(){
        int a , b;
        a=1;
        b=2;
    	if(a+b==b+a)cout<<"TURE";
    	return 0;
    } 
    

    Pascal :

    begin
      writeln('TURE');
    end.
    
    • 1

    Information

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