让电脑判断1小于等于2吗?
no input needed
TRUE
#include<iostream> using namespace std; int main() { cout<<"TRUE"<<endl; return 0; }