Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
матрица из шариков
uses GraphABC; var x, y, i : integer; begin x := 50; y := 50; for i := 0 to 49 do begin if i mod 10 <> 0 then begin circle (x, y, 5); x := x + 50; end else begin x := 50; y := y + 50; circle (x, y, 5); x := x + 50; end; end; end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
test10
practica 7 ejercicio B3
test22
zadacha5
вариант 6, номер 1
dz_lesson_17
3e22
Mengubah desimal ke biner
BubbleSort (standaard)
Сумма пар чисел кратных и некратных 11 с дельтой
Please log in to post a comment.