QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#51173#4633. Coprime MatricesZhangYiDeWA 1ms3600kbC++111.5kb2022-10-01 12:50:472022-10-01 12:50:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3600kb

input:

3 3 2 1 3

output:

Yes
4 9 2
3 5 7
8 1 6

result:

ok OK, Accepted.

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3588kb

input:

1 1 1 1 1

output:

Yes
4 9 2
3 5 7
8 1 6

result:

wrong answer Integer parameter [name=A[i][j]] equals to 4, violates the range [1, 1]