单项选择题

以下是一段MIPS指令序列: add R1, R0, R1 lw R0, 0(R1) bne R0, R5, exit add R3, R5, R4 exit: 以上指令序列中,()指令之间存在数据冒险。

A、1和2
B、2和3
C、3和4
D、1和3