QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#44434#4633. Coprime MatricesDianasDogWA 3ms3604kbC++201.5kb2022-08-17 13:06:552022-08-17 14:36:55

详细

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 3604kb

input:

3 3 2 1 3

output:

9 1 8 
3 2 7 
4 5 6 


result:

wrong answer First Line not Yes