Ответ:
a,b,c=int(input()),int(input()),int(input())
print(*['3' if a == b and b == c else '2' if a == b or a == c or b == c else '0'])
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a,b,c=int(input()),int(input()),int(input())
print(*['3' if a == b and b == c else '2' if a == b or a == c or b == c else '0'])