Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Star 1,3
//gcc 5.4.0 #include <stdio.h> int main(void) { int i,j,k; int z=1; int n=5; for(i=1;i<=n;i++) { for(j=n-1;j>=i; j--) { printf(" "); } for(k=1;k<=z;k++) { printf("%d",z); } z+=2; printf("\n"); } return 0; }
run
|
edit
|
history
|
help
0
hello world
garbage
CO_assign_q4
Assignment 2
A_141201_MatrizTodosDistintos
Fgets and String Stuff
PPCG partial solution to https://codegolf.stackexchange.com/q/120870/61563
program1
C_141210_Funciones
2.1.3 Sum of squares of first hundred natural numbers with different cores