求一大一c語言程式設計,大一C語言程式設計 速求

時間 2022-03-31 11:05:02

1樓:匿名使用者

37: yes

56: no

84: no

97: yes

69: no

57: no

81: no

29: yes

35: no

73: yes

press any key to continue#include

#include

int isprimer(int n)

void lozenge(int n,char ch)for(i = n - 2;i >= 0; --i)}int main() ;

int i,n = sizeof(a)/sizeof(a[0]);

lozenge(7,'*'); // 用'*'圍出一個邊長為7的菱形for(i = 0; i < n; ++i)if(isprimer(a[i])) printf("%d: yes\n",a[i]);

else printf("%d: no\n",a[i]);

return 0;}

2樓:王囧囧

// 要判斷一個數是否為素數,只要判斷所有比它平方根小的數,能否把它整除

int main(void)

}if(loop > limit)

printf("%d是素數. \n", num);

else

printf("%d不是為素數. \n", num);

return 0;

}在學校學習的話還是多用功一下,別臨時抱佛腳~// loop1控制行數,loop2控制起始空格數,loop3控制星號及內部空格數

int main(void)

if (0 == loop1) // 首、尾行只包含一個"*"

else

printf("\n");}}

//對稱地輸出下半部分

for (loop1 = depth - 2; loop1 >= 0; loop1--)

if (0 == loop1)

else

printf("\n");}}

return 0;}

3樓:小七說

int fun1(const int num)//返回1是素數,返回0,不是素數

{int i;

for(i=2; i

先給你第一題答案

#include

void print(const int num){int i, j;

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

{for(j=1;j=1;i--)

{for(j=1;j

大一c語言程式設計 速求

4樓:聽不清啊

#include

char s[100],*p=s,*q;

int huiwen(char *p,char *q)int main()

5樓:匿名使用者

bool ishuiwen(const char s, int left, int right)}

6樓:今夜我為誰流淚

#include

#include

int i = 0 ;

void ispro(int n)

}void main()

else

printf("no");}

大一c語言程式設計

7樓:聽不清啊

#include

int main()

while(c);

printf("%d\n",a);

return 0;}

大一c語言程式設計題(要詳細),謝謝! 15

8樓:匿名使用者

1)建立一個陣列aa[256],全初始化為0,2)從頭讀字串,每一個是存c中,在相應的aa[c]加13)如果aa中的奇數,大於1個,說明不可能是迴文數4)現在就是找最小的交換次數了,也就是把aa中的字每一個拿一半加上哪個奇數減1的一半,來作排列組合,這樣最後要的字串就定下來了,每個字元在這字串中的號是定下來的,把這個號,和輸入的字串關聯起來,來進行氣泡排序 ,如果交換就增加一次交換次數,最後比較所有的排列組合哪個次數最小,就完成了。

大一c語言程式設計題

9樓:匿名使用者

#include

int main()

return 0;}

10樓:匿名使用者

#include

int main()

return 0;}

11樓:匿名使用者

int n;

scanf("%d", &n); /*讀取數字*/int a = n / 100; /* 百位數 */int b = n % 100 / 10; /* 十位數 */int c = n % 10; /* 個位數 */

12樓:

#include "iostream.h"

int main()

13樓:酷酷我秀

int a;

double b,c,d;

b=pow(a/100,3); //百位

c=pow(a/10%10,3); //十位d=pow(a%10,3);//個位

大一小白,求教c語言程式設計

大一C語言程式設計,大一C語言程式設計

看書吧,剛開始學c的,都這樣,而且你課基本上沒上過,基本上如果你課上過了,沒有做練習,也是什麼都寫不出來的,這種語言的東西就是要認真練習的,當然了,你現在馬上要考試了,靜下心來好好看書,看看例子,做做練習,尤其是老師佈置的,基本上過過考試是沒什麼大問題的。大一c語言程式設計 30 無問題 fatal...

有關大一C語言程式設計問題,有關大一C語言程式設計問題?

include include int findnumber char s int num 0 while s if s 0 s 9 num s return num int findspace char s int num 0 while s if s num s return num int m...

大一c語言程式編寫作業,大一C語言程式編寫作業

請問 編寫函式sort,呼叫insert函式實現直接插入排序 什麼意思?insert函式是插入還是插入排序? 既然是作業,到這來問就不太好了,自己去做,不會的查一下資料才會提高自己的水平。像這樣把題目一貼等別人來幫你做一點用處都沒有。 雪颻 郵件已傳送,請注意查收執行過了沒有問題的 大一c語言程式設...