QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#801989#9874. Matrix Constructionucup-team5284#WA 1ms3688kbC++141.8kb2024-12-07 11:12:042024-12-07 11:12:07

详细

Test #1:

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

input:

2
1 1
2 3

output:

NO
Yes
6 4 2 
5 3 1 

result:

wrong answer Token parameter [name=ok] equals to "NO", doesn't correspond to pattern "[yY][eE][sS]" (test case 1)