/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 21ms 3.031 MiB
#2 Accepted 21ms 3.059 MiB
#3 Accepted 21ms 2.926 MiB
#4 Accepted 20ms 3.117 MiB
#5 Accepted 20ms 3.066 MiB
#6 Accepted 22ms 3.016 MiB
#7 Accepted 22ms 3.09 MiB
#8 Accepted 21ms 3.125 MiB
#9 Accepted 22ms 3.059 MiB
#10 Accepted 21ms 3.078 MiB
#11 Accepted 237ms 3.125 MiB
#12 Accepted 21ms 3.102 MiB
#13 Accepted 24ms 3.125 MiB
#14 Accepted 24ms 3.121 MiB
#15 Accepted 237ms 3.133 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-11-11 03:41:33
Judged By
Score
100
Total Time
237ms
Peak Memory
3.133 MiB