Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
imprimir_numeros_hasta_N
//fpc 3.0.0 program imprimir_numeros_hasta_N; var n,i : integer; begin read(n); i := 1; while ( i <= n ) do begin write(i,' '); i := i+1; end; end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Sorting
Задачи на div-mod
3
quadratic equation
Pokazivaci, ulancane liste
Tinh tong
Сумма цифр в строке
Бассейн-5
Perfect numbers
b2
stackse - search stackoverflow differently
Please log in to post a comment.