/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 10ms 2.777 MiB
#2 Accepted 8ms 2.652 MiB
#3 Accepted 10ms 2.777 MiB
#4 Accepted 10ms 2.688 MiB
#5 Accepted 9ms 2.777 MiB
#6 Accepted 9ms 2.777 MiB
#7 Accepted 9ms 2.777 MiB
#8 Accepted 9ms 2.676 MiB
#9 Accepted 9ms 2.777 MiB
#10 Accepted 9ms 2.652 MiB
#11 Accepted 79ms 2.754 MiB
#12 Accepted 9ms 2.777 MiB
#13 Accepted 9ms 2.777 MiB
#14 Accepted 10ms 2.652 MiB
#15 Accepted 78ms 2.699 MiB

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-03-06 15:48:05
Judged By
Score
100
Total Time
79ms
Peak Memory
2.777 MiB