十万个为什么?(200分)

  • 主题发起人 主题发起人 windowxp
  • 开始时间 开始时间
W

windowxp

Unregistered / Unconfirmed
GUEST, unregistred user!
type intA:array[1..10] of real;
var a,b:intA
为什么有错?
 
type intA=array[1..10] of real;
 
type
intA=array[1..10] of real;
end;
var
a,b:inta;
 
知道了!
 
接受答案了.
 
后退
顶部