0 like 0 dislike
3.5k views
請設計一個程式,利用迴圈輸出文字金字塔。

p.s. 輸入皆為奇數,且不大於20

範例輸入1:

5

範例輸出1:

  *

 ***

*****

輸入範例2:

7

輸出範例2:

   *

  ***

 *****

*******
[Exercise] Coding (C) - asked in 作業 by (18k points)
ID: 13501 - Available when: Unlimited - Due to: Unlimited
| 3.5k views
0 0
Called for Help
0 0
Called for Help

45 Answers

0 like 0 dislike
Hidden content!
#include <stdio.h>

#include <stdlib.h>

#include <math.h>

int main(void) {
***** ** * * ** ** x,i,j,t=1;
* * **** * * * **** *** * * ** ***** * *** ** ** *
* **** ** * * ** * * * * *
* * ****** ** * * ** *
* * ** *** * * *** ** *** **** * * *** * * * * * *** *** ***** ");
* * * *** ** * * * * * * ** *** ** * * ***** * ** * *
* ** ** *** * * * * * * ** *** ** ** * ** *** *
** * ** * ** **** *** * * ** ** ** * ***
** * **** ** *** * **
******* ** * ** * ***** EXIT_SUCCESS;

}
answered by (-38 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

#include <stdlib.h>

#include <math.h>

int main(void) {
* * **** * *** * * * x,i,j,t=1;
** * * ***** * **** * * *** **** ** **** ****
** ** * * ** * ***** * **
* **** ** * ** * **
**** * * ** * *** ** * * ** * *** ***** *** ** ** * * ** ");
* * ** ** * *** * * * ** * * * ** * ** *** * **** ** ** * ** *
* * * * **** ** * * ** * * * *** * ** ** ***** *
** ** *** *** *** ** * ** *** ** ** * *
* * * ** **** ** *
** ** * ** * *** * * * ** * EXIT_SUCCESS;

}
answered by (-38 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>

int main()

{

   int i, n, k;
* ** ** ** ** **** *** ** * * ***

   for (n=1;n<=i;n++)

   {
* *** * * * **** ** ****
** * *** * * *** **** * ***
** * * ** * ** *** * * * ** * **** * * * ** *** (k=(i-n)/2;k>0;k--)
* * *** * * * ** ****** ** * * * * *
* ***** * * * ** *** *** *** * * * ** * * ** *** ** * * * * ** * *****
* * * * ****** ** *** * * *** * ** ****** *
* *** **** * ** ** * * **** *** ***** * ** * * * * * (k=1;k<=n;k++)
* * * * ** * * *** ***** * ** * ** * ** * ** ** **
* ** * * * ** ** **** * * *** * **** * ***** * *
** * * * ** ** * *** * * *** *
* ** * *** ***** *** * *** * * **
* ** *** * * * * *** ***** **** * ****

   }
** * **** * **** *

}
answered by (-94 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

int main()

{

    int num,i,j,k;
** * * * * * ****** * * * * * &num);
*** *** * *** * * *** ** i<=num; i++)

    {
** * *** ** * * ***** * * ** * * * * * % 2 != 0)
*** * *** * * *** * * * * * ** * * * * *
* * *** * * * * * * **** *** ** * ** *** * * ** * ** * * * **** j>i; j-=2)
* * * ** ****** ***** ** ** * ** * **** ** *** ** * ** ** * * ** * ** *
** ********* * * ***** * * *** * **** **** * ** * * ** ********* * *** ** ** * ***** * ");
* ** * * **** ** * * * **** ** **** * ** ** * ** * ** ** *
* **** ** * * * * * ** * * *** * ** *** * ** * ** * ** * k<=i; k++)
*** * * * *** * ** *** * * * * * * * * * * * * ******** * ** ** *
* * ** * * *** * ** **** * * *** * * ** * ** ** * * ** * * * * ** * * * * ** * * ** * *** **
*** ** * ** ***** * ***** ** * * * * ** *** * ** ** * ****
* ** * *** * *** * ***** ** * * * * * * *** * * * *** * ** *
** ***** ***** * ** * * ** * **** * *

    }

    return 0;

}
54/100 answered by (-202 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>

int main()

{
*** * ** * * ** * ** * n,j,k;
* * * * * ** **** **** * *** **** * * **
* ** ** * ** * *** ***** ***

    {
*** * ** ** ***** **** ******* *** * ***** *** ** *
** * *** * * **** * ** * * ** * * ** ***** *** * **** * ** * * ** ");
* ** * **** * *** *** * ** * * ***** *** ** * * *
******* * ** ****** * ** * *** ** * ** * ** ** * *** * *** * * * * *
** * * * * *** * * * ** * ************* *** **** * *



    }




*** * * * ** ****** * 0;





}
answered by (-102 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>



int main() {

    int i,n,k;
*** * * *** * ** *** * * * ** * * * **** *

    for(n=1;n<=i;n++){
*** ** * ** *** * * * **** ***** ** % 2==1){
* * ***** * *** ** ** ** * **** * ** * ******** * * * * * * **** ** **
** * * * * * * * * ** * *** * ** ***** * ** * * ** * ** *** * *** * ** **** ");
** * * ** * * ** ** * *** ** * * ** * ** * **** * * * * **
* * * * ** *** * * ***** ** * * ** *** * ***** ** *********** ****** ***
* * ** ** ** ** ** ** ** * * * *** * * ** * ** * * * * * ** * * * * * ***** **
* * * * * ****** * * * *** * *** ****** ** * ** ** * ** ** *
* ***** * ** * * *** *** ** ** * * ** * * * * **** * * **** * * * * *** **
**** * ** * * ** *** *** ** * * * ** * * ** *
* ** * * * * ** ****** * ****** ***** **** *

    }

    

    return 0;

}
answered by (-304 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>
*** **** * * *

int main()

{
* *** * * * ** i,a,b,c;
* * *** ** ** **** * * * ** ** * *** **
* ******* * ****** *** * *** *

{
* *** **** * * * ** **

{
*** ******* ** * **** * * * ***

{
**** ** * * * *** **** ");

}


*** * * * * * *** **** *

{
* * * * ** ** ** ***** * * *

}


**** ** ****** ** ** *** ** * **

}

}


* **** * **** **** * ****
** * * *** ** * 0;







}
answered by (-190 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>

#include<stdlib.h>

int main()

{
** ** * ** * *** * i;
**** * *** *** * ** a;
** ** * * * * ** * b;
* * *** **** * c;
* * ** * ** * * * * *** *** ** **
* * ** * ** * * * * * *

{
** *** * *** ** *** *** *

{
** * **** * * *** ** ***** ");

}
* ** ** *** ***** * *

{
*** * * * * * ** * ** *

{
* *** **** * * **** * ***** * * ** *

}

}
** ** ****** * *** * ** * *



}


*** ** * * * * *** *********** * ***
**** ** **** * * * ** 0;







}
answered by (-190 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>

#include<stdlib.h>

int main()

{
****** * * * *** ** i;
****** * *** * ** a;
* ** ** *** ** * ** b;
** * ******* * * ** c;
* * * * * **** ** * ** *** ** **** *
* * ** * * * **** *

{
**** ** * **** ** * * * **

{
***** *** * * ** * * * ** * ");

}
** * ** **** ****** * **

{
* * ** * * ** * * ******* * * ***

{
* * ** ** * * * * * * ** ** ** ********** *

}

}
*** * ** * * ** *** *** * * *



}


* *** * *** ** ** * * ** *
** * *** * ***** ** 0;







}
answered by (-190 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>

#include<stdlib.h>

main()

{
** ***** *** * i;
* * * ** ** ** *** * a;
*** *** * ****** ** b;
*** * * * * * c;
** *** * **** * ** * * * * ** *
* * * ** * *** * ** ** * * *** **

{
**** * **** * *** ** *

{
* ** **** * * ** ******* * * ");

}
** * *** * * * *** **

{
* * **** * ** ** * * **** ** **

{
* ** ** **** ** ** * * ** * * **

}

}
* * * ** * *** ** * *** * * * *** * **



}


** * * ***** **** * *
* * * ** * * ** ** 0;







}
answered by (-190 points)
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.69.17.132
©2016-2025

Related questions

0 like 0 dislike
23 answers
[Exercise] Coding (C) - asked Oct 13, 2016 in 作業 by Shun-Po (18k points)
ID: 13528 - Available when: Unlimited - Due to: Unlimited
| 2.1k views
0 like 0 dislike
67 answers
[Exercise] Coding (C) - asked Oct 13, 2016 in 作業 by Shun-Po (18k points)
ID: 13427 - Available when: Unlimited - Due to: Unlimited
| 4.4k views
0 like 0 dislike
40 answers
[Exercise] Coding (C) - asked Sep 29, 2016 in 作業 by Shun-Po (18k points)
ID: 11795 - Available when: Unlimited - Due to: Unlimited
| 3.1k views
0 like 0 dislike
60 answers
[Exercise] Coding (C) - asked Oct 13, 2016 in 2016-1 程式設計(一)AD by Shun-Po (18k points)
ID: 13428 - Available when: Unlimited - Due to: Unlimited
| 4.1k views
0 like 0 dislike
31 answers
[Exercise] Essay (Open question) - asked Nov 3, 2016 in 作業 by Shun-Po (18k points)
ID: 16958 - Available when: Unlimited - Due to: Unlimited
| 2.6k views
12,783 questions
183,442 answers
172,219 comments
4,824 users