C簡單程式設計問題幫忙看一下,會C 程式設計的請幫忙設計一下幾個簡單問題吧,謝謝了。。。

時間 2022-04-06 11:10:08

1樓:忻巨集盛

棧和佇列的應用,下面包含了進棧、出棧、進隊、出隊。

1、利用順序棧將乙個非負的十進位制整數n轉換為對應的b進製數。

要求:非負的十進位制整數n和b都從鍵盤輸入;轉換結果從螢幕輸出。

#include "iostream.h"

#include "malloc.h"

#include "conio.h"

#include "stdio.h"

#define stack_init_size 100#define stackincrement 10typedef int selemtype ;

typedef struct sqstacksqstack;

<>m;

cout<<"請依次輸入男生的序號:";

for(int i=0;i>a;

enqueue(q1,a);

}cout<<"請輸入女生人數:";

cin>>n;

cout<<"請依次輸入女生的序號:";

for(int j=0;j>b;

enqueue(q2,b);

}cout<<"請輸入要配對的場數:";

cin>>t;

for(int k=1;k<=t;k++)}cout<

2樓:匿名使用者

請給分..

#include

#include

int s[1000],idx;

int q[1000],l,f;

void ruzhan(int x)

int chuzhan()

void rudui(int x)

int chudui()

int main()

for(int i = 1;i<=5;i++)printf("出棧: %d\n",chuzhan());

for(int i = 1;i<=5;i++)for(int i = 1;i<=5;i++)printf("出隊: %d\n",chudui());

//system("pause");

return 0;}

會c++程式設計的請幫忙設計一下幾個簡單問題吧,謝謝了。。。

3樓:m刷

1)#include

using namespace std;

void w() //whilecout<

using namespace std;

void main()

cout<<' ';

if(j%15==0)

cout<

哎 第二個不是很好 反正符合了題目要求了..

4樓:半夢的看書亼

1. while(1);

2. int ii,count;

ii = 0;

count=0;

dowhile(ii<101);

3. for(;;;);

4.int ii,ilf=0;

for(ii=100;ii<=200;ii++)}}

5樓:

你的實驗3_4:

//編寫程式找出三位數中(100-200)各位數之和能被5整出的所有數。

#include

void main()}}

}//sunshine

6樓:匿名使用者

孩子,好好看書,才是王道,怎麼總是問這種問題,你們老師沒教麼?

7樓:匿名使用者

樓主,這種問題實在不適合拿出來,這點基礎都不自己動手,怎麼深入學習啊

8樓:豬之傷

1.int i, sum;

while (i <= 100)

2.int i, sum;

dowhile (i <= 100);

3.int i, sum;

for (i = 1; i <= 100; i ++)sum += i;

4.int i;

for (i = 100; i <= 200; i += 5)else

printf("\t");}

求助會簡單c++程式設計或者j**a程式設計 看下列具體要求幫忙一下! 十分感謝 80

9樓:zhuo木乖

哈哈 你在做夢吧 這樣想讓別人幫你做課程設計啊!你自己好好看書吧!

求助,c++程式設計不知道**出了問題,大家幫忙看一下吧

10樓:戎從筠

#include

void main()

11樓:sym_東方不敗

標頭檔案錯誤:math.h

if語句改為:if(abs(cos(x+y))<(1.0e-5))

哪位幫忙看一下,這個c++程式除了什麼問題,執行結果總是不對頭。

12樓:篤俠

漏了一些花括號:

#include

void main()else if(amount<0)cout<<"the amount can't be minus"<

else}}

13樓:

共三個錯誤

1. times變數使用前要初始化

2. total=13.5*amount*0.8;

cout<<"the special total that you will pay is "<

這兩句應該用 {} 括起來

3. total=13.5*amount;

cout<<"the total that you will pay is "<<" yuan"<

漏了將total輸出

c語言問題幫我程式設計序,c語言問題 幫我編乙個程式

include main for i 0 i 4 i for i 0 i 4 i high 0 找最高平均分部分 for i 1 i 4 i if pinjun high for i 0 i 4 i 列印分數部分printf 第 d個同學的平均分為 f n i 1,pinjun i printf 平...

C 的問題,幫忙解決一下吧,關於C 類的問題。幫忙解決一下吧!

結果是20,0 沒有錯誤 o o 過程如下 1.執行賦值操作 int x 10,y 20,t 0 2.if x y t x 這裡有個分號,說明是乙個語句。明顯x,y不相等,所以不 執行if後面的語句 t x 3.x y 把y的值20賦給x,這樣x的值變為20y t 把t的值0賦給y,這樣y的值變為0...

c 程式,幫忙編寫一下,c 程式,幫忙編寫一下

include stdafx.h include using namespace system using namespace std int main array args int p1 a 0 int b 19 int p2 b 0 int n cin n void firstshow int ...