General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
77946678 Practice:
_predictable_
450A - 21 Python 3 Accepted 109 ms 16 KB 2020-04-24 21:29:59 2020-04-24 21:29:59
→ Source
n,m=map(int,input().split())
a=list((int(i)-1)//m for i in input().split())
print(n-a[::-1].index(max(a)))
?
Time: ? ms, memory: ? KB
Verdict: ?
Input
?
Participant's output
?
Jury's answer
?
Checker comment
?
Diagnostics
?
Click to see test details