Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
ответ:
существует основных три сети
-a*b+c
not a and b or c
uses crt; var a[1..100] of integer; i,n,count: integer; begincount: =0; read(n); for i: =1 to n do read(a[i]); if a[i]> 0 then inc(count); write(count); end.
Популярные вопросы