- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
a=int(input())
b=int(input())
c=int(input())
d=int(input())
x=a%2
y=b%2
z=c%2
f=d%2
if x==1 and y==1 and z==1 and f==1:
print('YES')
elif x==1 and y==1 and z==0 and f==0:
print('YES')
elif x==0 and y==0 and z==1 and f==1:
print('YES')
elif x==1 and y==0 and z==1 and f==0:
print('YES')
elif x==0 and y==1 and z==0 and f==1:
print('YES')
elif x==1 and y==1 and z==0 and f==1:
print('NO')
elif x==1 and y==1 and z==1 and f==0:
print('NO')
elif x==0 and y==0 and z==1 and f==0:
print('NO')
elif x==0 and y==0 and z==0 and f==1:
print('NO')
elif x==1 and y==0 and z==1 and f==1:
print('NO')
elif x==1 and y==0 and z==0 and f==1:
print('YES')
elif x==0 and y==1 and z==0 and f==0:
print('NO')
elif x==1 and y==0 and z==0 and f==1:
print('YES')
else:
print('YES')
sterl 19.11.2017 20:42 # 0
MaxLevs 19.11.2017 23:39 # 0
SemaReal 20.11.2017 01:18 # 0
bormand 20.11.2017 07:10 # 0
MaxLevs 20.11.2017 07:21 # 0
MaxLevs 20.11.2017 07:24 # 0
if (a+b+c+d)%2 == 0:
print('YES')
else:
print('NO')
3.14159265 20.11.2017 17:13 # 0
3.14159265 20.11.2017 17:29 # +3
3.14159265 20.11.2017 17:14 # +2
Создатели magic bitboards громко рыдают.
К счастью клетки 64, даже самая упёртая обезьяна захардкодит руками все кобенации за среднюю продолжительность жизни.
SemaReal 19.11.2017 23:10 # −1