QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#192501#7508. Fast Debuggerucup-team017#ML 0ms17992kbC++143.3kb2023-09-30 14:41:252023-09-30 14:41:26

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 17992kb

input:

6 2
repeat 5
xor ax bx
xori ax 3
and cx ax
xor cx dx
end
10 1 2 4 3
8 4 1 2 3

output:

0 2 2 3
4 1 3 3

result:

ok 8 numbers

Test #2:

score: -100
Memory Limit Exceeded

input:

11982 10000
repeat 2
repeat 2
andi bx 201
xori cx 241
repeat 4
xor cx bx
xor ax dx
repeat 8
or dx bx
xori dx 22
end
repeat 2
xor dx bx
xor dx bx
repeat 7
xor bx bx
or cx dx
and bx cx
end
andi dx 33
xori ax 179
xori bx 56
end
xori dx 63
xori cx 91
xori dx 228
or cx dx
repeat 6
xor cx dx
xori bx 198
x...

output:


result: