Problem G: 【分支】数的性质
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:480
Solved:174
Description
一些数字可能拥有以下的性质:
- 性质 1:是偶数;
- 性质 2:大于 4 且不大于 12。
Input
输入一个数字x(0≤x≤1000)
Output
输出这 4 个人是否喜欢这个数字,如果喜欢则输出1,否则输出0,用空格分隔。
Sample Input Copy
12
Sample Output Copy
1 1 0 0