QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#74041#2829. CryptographyZhaoZiLongWA 1ms7440kbC++20598b2023-01-30 13:54:342023-01-30 13:54:35

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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:

1 1
1 2
0 0

result:

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