如何用c語言編一段程式,使得輸入2輸出「我」,其它的數字輸入則輸出「回答錯誤」,求大神解答

2021-03-28 01:14:09 字數 2955 閱讀 6185

1樓:匿名使用者

#include

int main()

2樓:匿名使用者

#include

#define str1 "我"

#define str2 "輸入錯誤"

int main()

3樓:匿名使用者

#include

int main(int argc, char *argv) else

return 0;}

如何用c語言編一段程式,使得輸入2輸出「我」,其它的數字輸入則輸出「回答錯誤」,求大神解答? 20

4樓:擼串吃肉夏季嗨

思路:定義一個字串陣列,把星期名分別放到該字元陣列的1-7位置

再輸入一個整型數n,則直接輸出該陣列n位置的字串。

c語言問題:如果輸入y 則輸出正確;如果輸入n 則輸出錯誤。怎麼寫?

5樓:匿名使用者

if(a=='y'||a==「y」)

判斷你輸入a的值是不是y或者y 如果是y或者n。輸出:you are right ...輸入其他資料輸出:you are wrong

如何用c語言編寫程式輸入一個正整數n,程式設計序輸出從2到n間的所有完數。

6樓:鍋鋼

c語言實現如下:

#include

void main()

}注意:建議n的取值小於10000,否則程式執行的時間將比較長。

知識擴充套件:完數,一般指完全數,一個自然數如果它的所有真因子(即除了自身以外的約數)的和等於該數,那麼這個數就是完全數,如:6的真因子有1 、2、3,6=1+2+3,所以6是一個完全數。

編寫程式,輸入一段字串,去掉其中數字再輸出用c語言怎麼寫

7樓:滄海雄風

很簡單 馬上好···

asd123df34f3f5

asddfff

press any key to continue#include "stdio.h"

#include "string.h"

main() //主函式

有疑回問請追問 滿意記得采納答

8樓:天下**

#include "stdio.h"

#include "string.h"

main() //主函bai數

如何用c語言編寫一個程式,輸入任意輸入一個正整數,反序輸出每一位

9樓:匿名使用者

#include

int main()

while(n /= 10);

printf("\n");

return 0;}

10樓:帥得有點壞

#include

#include

void main()

for(int j=0;j

11樓:匿名使用者

#include

using namespace std;

void print(int n)

cout<入你

想轉換的數:"<>n)

return 0;}

12樓:匿名使用者

#include

#include

#include

using namespace std;

void main ()

編寫一個標準c語言程式:輸入一個整數,按如下方式輸出:第一行輸出所有數字,第二行輸出……

13樓:

#include

#include

int main()

{int num;

int i,j;

char str[100];

int len;

scanf("%d",&num); //輸入一個數字sprintf(str,"%d",num); //把數字轉為字串來處理

len = strlen(str);  //得到字串的長度for(i=0;ifor(j=i;j

14樓:匿名使用者

將整數儲存到字串,再按字串進行輸出就可以了。

我當時理解偏了,想成整型陣列了,如果是整型陣列,則沒有字串這樣的方便輸出了。

#include

int main()

15樓:匿名使用者

#include

int main(int argc,char **argv)return 0;}

16樓:匿名使用者

#include

#include

int main()

}return 0;}

17樓:匿名使用者

main()

printf("\n");}}

c語言同時輸入字元和數字輸出出現問題?大神,看看**出現問題了。

18樓:匿名使用者

/*zhangfen 93 91 89

qiudong 60.5 72 75

ningqiu 50 60.5 63

baoshi 85 91.5 50

yulu 80 81 82.5*/

#include

int main()

for(int i=0;i<=4;i++)getchar();//getchar最好放在迴圈外面.不然每打內印一次

容 就要輸入一次.}

編寫一段C語言程式,程式功能是 求2 4 6 898 100的值

include stdio.h int main printf d sum return 0 include int main 方法二 include int main c語言程式設計計算2 4 6 8 98 100的值 10 include main printf s d n s ps 按照前面的...

用c語言編一程式

sum 5 press any key to continue include int main printf sum d n sum return 0 include stdio.h main include int main void 用c語言編一程式1 2 3 4 5 6 7 8 9 10 i...

編C語言程式 做九九乘法表,編一個C語言程式 做一個九九乘法表

源 如下 include main printf n 程式執行結果 1 1 1 1 2 2 2 2 4 1 3 3 2 3 6 3 3 9 1 4 4 2 4 8 3 4 12 4 4 16 1 5 5 2 5 10 3 5 15 4 5 20 5 5 25 1 6 6 2 6 12 3 6 18 ...