227772026-01-15 18:26:33algoproGyorsolvasó-versenycpp17Wrong answer 0/100197ms1076 KiB
// UUID: bc156184-bf24-4934-8be2-d25002d135f9
#include <bits/stdc++.h>
using namespace std;

int main() {
	long N;
    cin>>N;
    long fastest=0;
    long x;
    for (long i=0; i<N; i++) {
        cin>>x;
        if (x>fastest) {
            fastest=x;
        }
        cout<<fastest;
    }
    
}
SubtaskSumTestVerdictTimeMemory
subtask10/0
1Wrong answer1ms316 KiB
2Wrong answer1ms508 KiB
subtask20/10
3Wrong answer1ms316 KiB
4Wrong answer1ms316 KiB
5Wrong answer1ms316 KiB
6Wrong answer1ms316 KiB
7Wrong answer1ms316 KiB
8Wrong answer1ms316 KiB
9Wrong answer1ms316 KiB
10Wrong answer1ms316 KiB
11Wrong answer1ms316 KiB
12Wrong answer1ms316 KiB
subtask30/40
13Wrong answer1ms316 KiB
14Wrong answer2ms316 KiB
15Wrong answer1ms316 KiB
16Wrong answer2ms316 KiB
17Wrong answer1ms316 KiB
18Wrong answer2ms316 KiB
19Wrong answer1ms316 KiB
20Wrong answer2ms316 KiB
21Wrong answer2ms316 KiB
subtask40/50
22Wrong answer2ms316 KiB
23Wrong answer4ms316 KiB
24Wrong answer76ms528 KiB
25Wrong answer189ms952 KiB
26Wrong answer97ms472 KiB
27Wrong answer189ms812 KiB
28Wrong answer173ms820 KiB
29Wrong answer29ms316 KiB
30Wrong answer197ms1076 KiB
31Wrong answer197ms820 KiB