lama_byterun/regression/test023.expr
2018-03-20 20:30:58 +03:00

8 lines
68 B
Text

s := 0;
repeat
read (n);
s := s + n
until n == 0;
write (s)