QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#132756#5719. Perfect Flushlmq26052003WA 274ms9360kbC++20999b2023-07-31 14:34:372023-07-31 14:34:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3432kb

input:

6 3
3
2
1
3
1
3

output:

2 1 3 

result:

ok single line: '2 1 3 '

Test #2:

score: 0
Accepted
time: 1ms
memory: 3456kb

input:

10 5
5
4
3
2
1
4
1
1
5
5

output:

3 2 1 4 5 

result:

ok single line: '3 2 1 4 5 '

Test #3:

score: -100
Wrong Answer
time: 274ms
memory: 9360kb

input:

200000 100000
29798
79235
44935
20368
15319
34973
11273
40142
82579
68354
79772
77697
59566
18516
50787
76175
25710
47305
87751
59942
49064
26470
38196
44038
38745
39903
71503
18468
59632
23169
10201
26065
62767
44170
37027
69281
7161
62056
7829
13359
80329
68362
59458
6406
80936
96142
56500
57523
1...

output:

29798 1
79235 183409
44935 112237
20368 177980
15319 183850
34973 45971
11273 171042
40142 146831
82579 92327
68354 180713
79772 11
77697 116279
59566 184510
18516 68272
50787 127699
76175 189568
25710 98759
47305 145436
87751 151999
59942 20
49064 63187
26470 23358
38196 147799
44038 168846
38745 1...

result:

wrong answer 1st lines differ - expected: '29798 11273 40142 68354 79772 ...6 42906 92073 84291 44638 91402', found: '29798 1'