Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
computer-numbers
//fpc 3.0.0 program a_power_n; var a,n,i:integer; p:longint; begin a:=2; for n:=0 to 10 do begin p:=1; for i:=1 to n do p:=p*a; writeln(p); end; end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Kelipatan
Задание 27 2018 г.
VINICIUS ELIAS SILVEIRA 600625519
Calculatrice 1.0
0 1 0 0 0 1 1 1
НОД не по ЕВКЛИДУ но без массивов
test04
Lab1SumWithFor
test2
P170808D
Please log in to post a comment.