HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Forums > Discussion of problems > topic:


Problem "Variant 5"

BLG-HadichaOct.09.2023 at 10:11:38 AM
0a, b = map(int, input().split())

if (a >= 0 and b < -2):
print("True")
else:
print("False")


www.contester.ru