Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
practica 3 ejercicio B1
//fpc 3.0.4 program HelloWorld; function potencia (i,n:integer):integer; begin if n > 1 then i:= i * potencia(i,n-1); if n = 0 then begin potencia:= 1; end else potencia:= i; end; var i,n:integer; begin readln(i); readln(n); writeln(i,'^',n,' = ',potencia(i,n)); end.
run
|
edit
|
history
|
help
0
nombre_completo
считалочка06
Huong11a2@
Project Euler 20 - Factorial digit sum
Calculatrice 1.0
Задача №1516. Проверка на простоту (цикл while)
How many letters?
Prosti brojevi praktikum nizovi
TAIRINE GOMES NEPOUMUCENO 600624521
4