Home
О нас
Products
Services
Регистрация
Войти
Поиск
Дианкаотличница
@Дианкаотличница
July 2022
1
8
Report
Рeшитe умoляю))))))))))))))))))))
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
alconafft
Var a,b: Integer;
begin
WriteLn('введите первую цифру');
readln(a);
WriteLn('введите вторую цифру');
ReadLn(b);
if(a>b) then WriteLn('a>b') else WriteLn('a<b');
end.
pasacal
0 votes
Thanks 0
×
Report "Рeшитe умoляю))))))))))))))))))))..."
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
begin
WriteLn('введите первую цифру');
readln(a);
WriteLn('введите вторую цифру');
ReadLn(b);
if(a>b) then WriteLn('a>b') else WriteLn('a<b');
end.
pasacal