QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#258539#1965. TrioHuangHanShengWA 0ms3732kbC++141.4kb2023-11-19 19:51:142023-11-19 19:51:14

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
1234
2345
3456
4567

output:

4567 3456 2345
4567 3456 1234
4567 2345 1234
3456 2345 1234
4

result:

wrong answer 1st lines differ - expected: '4', found: '4567 3456 2345'