数学SAS、LINGO程序
数学SAS、LINGO程序数学作业 data ex;do a=1 to 3;input n @@; do i=1 to n;input x @@; Output;end;end; cards; 4 5
数学SAS、LINGO程序