Accepted
Code
n=int(input())
x=0
for i in range(1,n+1,1):
if n%i==0:
x+=1
print(x)
Information
- Submit By
- Type
- Submission
- Problem
- P1037 Generous CR
- Contest
- Brain booster #2
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2024-03-06 15:48:05
- Judged At
- 2024-11-11 03:41:33
- Judged By
- Score
- 100
- Total Time
- 237ms
- Peak Memory
- 3.133 MiB