QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#395676#6742. LeavesZhangYiDeWA 0ms3588kbC++202.2kb2024-04-21 17:12:552024-04-21 17:12:55

详细

Test #1:

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

input:

3 0
1 2 3
2 1
2 2

output:

2
2 1 2
1 3

result:

wrong answer 1st numbers differ - expected: '1', found: '2'