Помогите срочно решить y=x в 15 степени
паскаль?
Var x: integer; begin readln(x); writeln(x*x*x*x*x*x*x*x*x*x*x*x*x*x*x); end.