QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#277650#5258. Mortgageucup-team425WA 96ms193804kbC++145.7kb2023-12-06 21:10:552023-12-06 21:10:55

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 96ms
memory: 193804kb

input:

10 10
21 18 19 18 16 15 13 13 13 10
10 1
6 4
7 3
2 2
6 5
2 6
3 2
4 1
1 5
6 3

output:

10
13
13
stay with parents
12
stay with parents
18
18
18
13

result:

wrong answer 4th lines differ - expected: '18', found: 'stay with parents'