166892025-05-08 18:59:46algoproLegcsalódottabb versenyző (75 pont)pypy3Wrong answer 5/7575ms32000 KiB
# UUID: 5bae5c70-e21a-4690-963c-f90c71b75905
db =int(input())
n =[int(x) for x in input().split()]
x =0
maxo=0
maxp=0
akt =0
for i in range(db):
    x =n[i]
    if x > maxp:
        if akt>maxo:
            maxo =akt
        maxp =x
        akt=1
    else:
        akt+=1
print(maxo)
SubtaskSumTestVerdictTimeMemory
base5/75
1Accepted0/045ms19396 KiB
2Wrong answer0/065ms32000 KiB
3Wrong answer0/543ms19384 KiB
4Wrong answer0/539ms19416 KiB
5Wrong answer0/539ms19424 KiB
6Accepted5/543ms19436 KiB
7Wrong answer0/539ms19428 KiB
8Wrong answer0/546ms19608 KiB
9Wrong answer0/539ms19584 KiB
10Wrong answer0/545ms19692 KiB
11Wrong answer0/541ms19680 KiB
12Wrong answer0/546ms19780 KiB
13Wrong answer0/565ms32000 KiB
14Wrong answer0/574ms32000 KiB
15Wrong answer0/564ms32000 KiB
16Wrong answer0/575ms32000 KiB
17Wrong answer0/564ms32000 KiB