python/2024-6-2-2.py

7 lines
99 B
Python

xingrun=int(input())
guli=int(input())
if xingrun>=10 or guli>=20:
print(1)
else:
print(0)