from itertools import product
i = open('input.txt', 'r')
o = open('output.txt', 'w+')
l = int(i.
alpha = "245"
d = []
for s in product(alpha, repeat=l):
d.append([" ".join(
for q in d[1: ]:
s = " ".join(q)
if int(s.count('2')) > 2:
continue
o.write(" ".join(q) + '\n')
i.close()
o.close()
код к : «перевод кода с питона на паскаль»
var
n,c,i,ost,b,t,d: integer;
a,k: string;
begin
readln(n);
c: =1;
for i: =1 to n do
c: =c*3;
c: =c-1;
for i: =1 to c do
k: ='';
b: =i;
t: =0;
while b> 0 do
ost: =b mod 3;
if ost=0 then inc(t);
d: =(-sqr(ost)+5*ost+4)div 2;
str(d,a);
k: =a+k;
b: =b div 3;
end;
while length(k)do
k: ='2'+k;
inc(t);
if t< =2 then writeln(k);
end.
1)
a = int(input("введіть 1 число: "))
b = int(input("введіть 2 число: "))
c = int(input("введіть 3 число: "))
d = int(input("введіть 4 число: "))
e = int(input("введіть 5 число: "))
f = int(input("введіть 6 число: "))
d = int(input("введіть 7 число: "))
q = int(input("введіть 8 число: "))
w = int(input("введіть 9 число: "))
z = int(input("введіть 10 число: "))
suma = [a,b,c,d,e,f,d,q,w,z]
print('сума введених чисел = ',sum(suma))
2)
s = 0
while true:
a = int(input("введіть число: "))
s += a
print("сума введених чисел: ",s)
if a == 0:
break
from itertools import product
i = open('input.txt', 'r')
o = open('output.txt', 'w+')
l = int(i.
alpha = "245"
d = []
for s in product(alpha, repeat=l):
d.append([" ".join(
for q in d[1: ]:
s = " ".join(q)
if int(s.count('2')) > 2:
continue
o.write(" ".join(q) + '\n')
i.close()
o.close()
код к : «перевод кода с питона на паскаль»
var
n,c,i,ost,b,t,d: integer;
a,k: string;
begin
readln(n);
c: =1;
for i: =1 to n do
c: =c*3;
c: =c-1;
for i: =1 to c do
begin
k: ='';
b: =i;
t: =0;
while b> 0 do
begin
ost: =b mod 3;
if ost=0 then inc(t);
d: =(-sqr(ost)+5*ost+4)div 2;
str(d,a);
k: =a+k;
b: =b div 3;
end;
while length(k)do
begin
k: ='2'+k;
inc(t);
end;
if t< =2 then writeln(k);
end;
end.
1)
a = int(input("введіть 1 число: "))
b = int(input("введіть 2 число: "))
c = int(input("введіть 3 число: "))
d = int(input("введіть 4 число: "))
e = int(input("введіть 5 число: "))
f = int(input("введіть 6 число: "))
d = int(input("введіть 7 число: "))
q = int(input("введіть 8 число: "))
w = int(input("введіть 9 число: "))
z = int(input("введіть 10 число: "))
suma = [a,b,c,d,e,f,d,q,w,z]
print('сума введених чисел = ',sum(suma))
2)
s = 0
while true:
a = int(input("введіть число: "))
s += a
print("сума введених чисел: ",s)
if a == 0:
break