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