Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
ответ:
qwerty илиddp и все это правильно
# include < stdio.h> int phi(int x){int i,k=0; if(x> 1)k+=phi(x-1)+phi(x-2); if(x< 2)k=x; return k; } int main (void){int x; scanf("%d",& x); printf("%d",phi(x)); return 0; }
vara,b: integer; c: real; beginwriteln ('1'); read (a); writeln ('2'); read (b); c: =(a/1)/(1/b); writeln (c); end.
Популярные вопросы