QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#814429#9879. ReTravelucup-team3862#WA 20ms19392kbC++143.2kb2024-12-14 17:30:592024-12-14 17:31:00

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 20ms
memory: 19392kb

input:

2
3 3
1 2

output:

1 =============>1 
2 =============>2 
1 1 =============>2 
2 1 =============>3 
1 2 =============>3 
2 2 =============>2 2 
1 1 1 =============>2 1 
2 1 1 =============>3 1 
1 2 1 =============>3 1 
2 2 1 =============>3 2 
1 1 2 =============>2 2 
2 1 2 =============>3 2 
1 2 2 =============>3 2 
2...

result:

wrong answer 1st words differ - expected: '6', found: '1'