Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
abc.c
//gcc 5.4.0 #include <stdio.h> int main(void) { int a,b,c,d,n,ch,ch1; printf("enter the n:"); scanf("%d",&n); for(a=-n;a<=n;a++,printf("\n")) { if(a>0) (n=-a); else (n=a); ch='A'; for(b=-n;b<=n;b++) { if(b<0) (c=-b); else (c=b); if (b<=0) { ch1=ch } ((d>(n+b)))? printf("%c ",ch++): else (((n-d)<c))? printf("%c",--ch1); } } }
run
|
edit
|
history
|
help
0
TruncatablePrime
FileCat
otro avance de pregunta 2
Memoria dinamica no funciona ;C
sphere
BSEARCH() COMPLETE
LinkedListTest
day 3 integer manipulation
B_141128_MatrizProducto
strcpy