QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#356866#6762. Hotpotezteam1#WA 0ms3788kbC++141.3kb2024-03-18 14:31:062024-03-18 14:31:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3788kb

input:

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

output:

0 2 1 
2 
2 2 
0 5 

result:

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