Guest User

Untitled

a guest
Dec 13th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. S:=0; For i:=1 to n*2 do
  2. begin s:=s+A[i];
  3. For j:=1 to n - 2 do
  4. begin s:=s+A[j];
  5. For k:=1 to n-3 do s:=s+A[k]; end; end;
  6. For m:=1 to n - 4 do s:=s+A[m];
Add Comment
Please, Sign In to add comment