Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Star1..3
//gcc 5.4.0 #include <stdio.h> int main(void) { int i,j,k; int n=5; int z=1; 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
Please
log in
to post a comment.
Atleti
Bitwise Operations
Lab6 v1.1 Sin,cos,tan,cot
141122_PI6
session1
No warnings!!!
B_141212_IntercambiarPunteros
my first matrix addition
CONTADOR DE PALABRAS
PER problem 2
Please log in to post a comment.