QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#802387#9874. Matrix Constructionucup-team2259#WA 0ms3656kbC++17487b2024-12-07 13:36:222024-12-07 13:36:23

详细

Test #1:

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

input:

2
1 1
2 3

output:

YES
1 
YES
3 2 1 
6 5 4 

result:

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