QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#411573#7859. BladestormParsaGolestaniWA 1ms3496kbC++201.8kb2024-05-15 16:07:122024-05-15 16:07:12

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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 3 3 3 4 4 4 
2 3 4 4 4 4 4 4 4 4 4 
1 1 2 4 4 4 4 5 5 

result:

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