QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#145189#6410. Classical DP Problemalch07WA 1ms3452kbC++141.4kb2023-08-21 23:23:192023-08-21 23:23:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3452kb

input:

3
1 2 3

output:

0 0 1 
1 0 2 
2 0 2 
0 0 1 
1 0 2 
2 0 2 
4
2 2

result:

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