Ответ:
a = int(input())
b = int(input())
c = int(input())
if a < b < c:
print('ДА')
else:
print('НЕТ')
Объяснение:
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = int(input())
b = int(input())
c = int(input())
if a < b < c:
print('ДА')
else:
print('НЕТ')
Объяснение: