急高難度c語言程式設計題,高手請進幫忙

2021-03-08 01:33:05 字數 764 閱讀 9044

1樓:匿名使用者

很簡單#include

void main()

if(x<0&&x<10)

printf("the y is: 1");

printf("input any key to quit!");

gech();

}這是if的

#include

void main()

if(x<0&&x<10)

entrance=3;

switch(entrance)

case 1: printf("the y is :%d",ix);break;

case 2: printf("the y is :%d,ix-1");break;

case 3: printf("the y is : 1");break;

printf("input any key to quit!");

getch();

}就是這個了。

2樓:匿名使用者

switch(x%1)

你知道了吧!

3樓:匿名使用者

#include

void main()

swith版的樓上已給出了大意,你可以自己編一下。

4樓:笨瓜

問題什麼意思?

函式在哪了?

5樓:匿名使用者

什麼意思啊。大括號亂括

一道c語言程式設計題請高手幫忙,一道C語言程式設計題,請高手幫忙!

很簡單啊。仔細看這點for for i 3 i 1 i sum 0 不論第一個for迴圈執行多少次,sum都被重新賦值為0,當i 1做最後一次迴圈時,在進入第二個for迴圈之前sum 0進入第二個for迴圈後,for j 1 j i j 等價於 for j 1 j 1 j 所以只執行一次迴圈,所以此...

c語言高手請進,兩道題,錯在哪裡,速度快點啊,急用啊

answer1 include stdio.h include malloc.h struct node typedef struct node node void create linklist node head,int x,int y,int z int lq delete node hpt,...

一道較難的c語言程式設計題,請各位高手解答

int numgenerator void 靜態區域性變數的特點就是隻宣告一次,即只在 專第一次呼叫函式時屬會執行這兩句 static int num1 3 靜態區域性變數 static int num2 1 靜態區域性變數再次進函式時,將不在執行。因此可以保留上次的值。一道大一計算機c語言程式設計...