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
test01
3
test07
sorting_direct_choise_optimized
Решето Эратосфена
practica 6 ejercicio 1
OLEG-02oct2017
nomer5
Sasmandar
пи методом монте карло на единичной окружности