ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1078. Segments

mine
Posted by Nemets Ilya 14 Mar 2003 12:57
program segments;
var i,j:integer;
    a,b:array[-10000]of integer;
begin
readln(n);
for i:=1 to n do
read(a[i]); readln(b[i]);
writeln(n-1);
for i:=1 to n-1 do write(a[i]+b[i],' ');
end.
From REAL Nemets Ilya(12877): Thank you for thinking about me, my foolish fan!
Posted by Nemets Ilya 14 Mar 2003 22:30
I don't yet know, who are you, but I already know, that you are FOOL!