執行時發生錯誤,PASCAL 代碼(code:106)
var a,b,c,temp:longint;begin while not eof do begin readln(a,b); c:=abs(a-b); writeln(c);
end;end.