QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#277639#5258. Mortgageucup-team425WA 100ms193760kbC++145.7kb2023-12-06 21:04:222023-12-06 21:04:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 100ms
memory: 193760kb

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'