Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
Project 3 Part 1 v1.0
day 3 integer manipulation
ele 888 lab 1 part 1
Test2
MULTI-CAST
Assignment 3
B_141125_Repetidos
PREGUNTA 2, GUÍA 4, MÓDULO 3 FINALIZADA
bitwise manipulation using another function
Project 5 v0.1
Please log in to post a comment.