General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
78915689 Virtual:
dubey07#
450A - 21 Python 3 Accepted 109 ms 16 KB 2020-05-03 20:42:36 2020-05-03 20:42:42
→ Source
n,m=map(int,input().split())
arr=[(int(i)-1)//m for i in input().split()]
arr.reverse()
print(n-arr.index(max(arr)))
?
Time: ? ms, memory: ? KB
Verdict: ?
Input
?
Participant's output
?
Jury's answer
?
Checker comment
?
Diagnostics
?
Click to see test details