QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#803560#9874. Matrix Constructionucup-team5580#WA 0ms3484kbC++23839b2024-12-07 17:35:362024-12-07 17:35:42

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3484kb

input:

2
1 1
2 3

output:

Yes
1 
Yes
1 2 5 
3 4 6 

result:

wrong answer Duplicate sum found for adjacent elements at (2,1) and (2,2) (test case 2)