void AvgP(Sem a) { Console.WriteLine("평균 : {0}", a.Avg()); }
void SumP(Sem a) { Console.WriteLine("합계 : {0}", new Sem(iArr).Sum()); }