Home
Volumes
Contests
Sections
Forums
Users
Print
Help
About
Forums
>
Discussion of problems
> topic:
Problem "Variant 5"
BLG-Hadicha
Oct.09.2023 at 10:11:38 AM
0
a, b = map(int, input().split())
if (a >= 0 and b < -2):
print("True")
else:
print("False")
www.contester.ru