QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#257945#7686. The Phantom MenacexwlWA 27ms208184kbC++205.1kb2023-11-19 13:55:392023-11-19 13:55:40

详细

Test #1:

score: 0
Wrong Answer
time: 27ms
memory: 208184kb

input:

2
3 3
abc
ghi
def
bcd
efg
hia
1 3
abc
def

output:

1 3 2 
4 5 6 
-1

result:

wrong answer q is not permutation (test case 1)