с basic
n=5
l=10
for i=1 to n
for j=1 to n
if j=1 or i=1 or j=n or i=n
then print (i+j) mod 10; else
print l; : l=l-1
next j
print
next i
end

Belcard Belcard    3   10.08.2019 13:27    1

Другие вопросы по теме Информатика