QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#376530#7859. Bladestormucup-team241#WA 1ms5700kbC++232.3kb2024-04-04 11:23:202024-04-04 11:23:20

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 5700kb

input:

3
7 2
4 7 3 6 1 2 5
11 3
10 7 4 9 6 8 5 1 3 2 11
9 2
1 2 3 7 8 9 4 5 6

output:

1 2 4 4 5 5 5 
1 2 4 4 4 4 4 5 5 5 5 
1 1 2 3 4 4 4 6 6 

result:

wrong answer 1st lines differ - expected: '1 2 3 3 4 4 4', found: '1 2 4 4 5 5 5 '