#include using namespace std; int main() { int N; scanf("%d",&N); if(N%2==0) printf("TRUE"); else printf("FALSE"); return 0; }
使用您的 aoj 通用账户