Home
О нас
Products
Services
Регистрация
Войти
Поиск
Sergo9NAta
@Sergo9NAta
August 2022
1
44
Report
задача по информатике в
Pascal ABC
Please enter comments
Please enter your name.
Please enter the correct email address.
Agree to
terms of service
You must agree before submitting.
Send
Answers & Comments
akhtem26ua
Var
a:array[1..15] of integer;
i:integer;
begin
for i:=1 to 15 do
readln(a[i]);
for i:=1 to 15 do
if a[i]<=i then
write(a[i]);
end.
0 votes
Thanks 0
×
Report "задача по информатике в Pascal ABC..."
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
Helpful Links
О нас
Политика конфиденциальности
Правила и условия
Copyright
Контакты
Helpful Social
Get monthly updates
Submit
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a:array[1..15] of integer;
i:integer;
begin
for i:=1 to 15 do
readln(a[i]);
for i:=1 to 15 do
if a[i]<=i then
write(a[i]);
end.