QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#257988#7686. The Phantom MenacexwlWA 24ms210540kbC++203.8kb2023-11-19 14:12:252023-11-19 14:12:25

详细

Test #1:

score: 0
Wrong Answer
time: 24ms
memory: 210540kb

input:

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

output:

1 3 2 
1 2 3 

result:

wrong output format Unexpected end of file - int32 expected (test case 2)