type 
    rec=record 
          x:integer; 
          y:char; 
          s:boolean; 
        end; 
const 
     a:array[1..3,1..3] of rec 
        =???????????????????????? 

请帮忙!!!。 (数据随便)