QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#192887#7508. Fast Debuggerucup-team017#WA 45ms33536kbC++144.5kb2023-09-30 15:47:372023-09-30 15:47:37

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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
Wrong Answer
time: 45ms
memory: 33536kb

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:

24 195 0 190
0 195 0 190
244 0 244 0
252 73 0 0
0 0 0 0
51 0 0 190
0 0 0 165
0 195 0 190
244 0 244 0
244 0 244 0
0 0 244 0
184 0 189 0
184 228 189 0
0 0 0 33
0 0 244 0
0 0 117 8
244 0 244 0
230 230 230 214
116 117 117 185
0 0 244 0
0 0 112 49
0 51 0 0
244 245 244 177
13 0 159 51
244 0 244 0
165 0 60...

result:

wrong answer 4th numbers differ - expected: '75', found: '190'