游客 Signup | Login
中文 | En

2761 - 1加2等于3吗?

让电脑判断1加2等于3吗?

Input

Output

Examples

Input

no input needed

Output

TRUE

Solution C++

#include<iostream>
using namespace std;
int main()
{
	cout<<"TRUE"<<endl;
	return 0;
}
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题