QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#691938#9434. Italian Cuisineucup-team3475#WA 3ms30084kbC++204.1kb2024-10-31 13:29:502024-10-31 13:29:51

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 30084kb

input:

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

output:

3
1 
1
1 2 3 4 
1
1 2 3 

result:

wrong answer 1st numbers differ - expected: '5', found: '3'