N: array [1..100] of integer;. x,c,sum: integer;. begin. read(x);. sum := 0;. for c := 1 to x do. begin. read(N[c]);.
確定! 回上一頁