Accepted
Code
x = int(input())
ans = 1
while True:
if (ans * x ) % 10 == 0:
break
ans += 1
print(ans)
Information
- Submit By
- Type
- Submission
- Problem
- P1012 Zéros de fin
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2023-12-05 03:52:36
- Judged At
- 2024-11-11 03:49:22
- Judged By
- Score
- 100
- Total Time
- 16ms
- Peak Memory
- 3.125 MiB