На Python'ea, b, c = map(int, input().split())
if a > 0 and b > 0 and c > 0:
print("1")
else:
print("0")
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
На Python'e
a, b, c = map(int, input().split())
if a > 0 and b > 0 and c > 0:
print("1")
else:
print("0")