Accepted
Code
t=int(input())
if t % 2 != 0 and t % 5 != 0:
print(10)
elif t % 10 == 0:
print(1)
elif t % 5 == 0:
print(2)
elif t % 2 == 0:
print(5)
Information
- Submit By
- Type
- Submission
- Problem
- P1012 Zéros de fin
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2024-01-09 04:28:37
- Judged At
- 2024-11-11 03:43:39
- Judged By
- Score
- 100
- Total Time
- 15ms
- Peak Memory
- 3.133 MiB