QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#37219#2829. CryptographyGuanYunchangWA 2ms3712kbC++11580b2022-06-30 15:05:392022-06-30 15:05:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 3712kb

input:

2 2
0 1 2 3
1 2 3 0
2 3 0 1
0 1
2 3
1 1
0 0
0 0
0 0
0 0

output:

3 0
3 2
0 0

result:

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