level 1
set talk off use student list clear input "请输入系别号:" to xbh do while .not.eof() do case case 系别号="02" repla 入学成绩 with 入学成绩*(1+10%) case 系别号="04" repla 入学成绩 with 入学成绩*(1+8%) other repla 入学成绩 with 入学成绩*(1+5%) endcase enddo sort on 入学成绩/d to xih use xih retu
2006年06月13日 05点06分
1