QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#258253#1965. TrioZhangYiDeWA 7ms8068kbPython3447b2023-11-19 16:25:212023-11-19 16:25:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 7ms
memory: 8068kb

input:

4
1234
2345
3456
4567

output:

1 2 3
2 3 4
3 4 5
4 5 6
1 2 4
2 3 5
3 4 6
4 5 7
1 3 4
2 4 5
3 5 6
4 6 7
2 3 4
3 4 5
4 5 6
5 6 7
4

result:

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