幫我編C 程式中間過程最好能註釋下

2022-12-31 20:20:17 字數 1450 閱讀 3684

1樓:匿名使用者

正在編寫,好了給你

***********************************==

#include

#include

int main(void)

}printf("69cm:\t[%d]\n", c_1);

printf("39cm:\t[%d]\n", c_2);

printf("29cm:\t[%d]\n", c_3);

printf("remain\t[%d]\n", (total_len - (len_1*c_1 + len_2*c_2 + len_3*c_3)));

system("pause");

return 0;

}最後說明你的答案錯誤了

2樓:凝凝

69*x+39*y+29*z<=600

69*9<600

39*15<600

29*21<600

int delta=600

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

for(j=1;j<15;j++)

for(k=1;k<21;k++)

誰能幫我把這個c++程式註釋下

3樓:

time.h

#include

class time

;time.cpp

#include"time.h"

time::time(intnewh, int newm, int news)

else

cout << "time error!"<< endl;

}inttime::gethour()

inttime::getminute()

inttime::getsecond()

timetime::operator ++()} return *this;

}ostream &operator <<(ostream &out, time & mytime)

mytime.hour = newh;

mytime.minute = newm;

mytime.second = news;

return in;

}mytime:

#include"time.h"

void main()

請c++ 高手幫我寫一下程式的註釋 30

4樓:蝸牛

你這是 c++語言啊 我好長時間 沒看了 主要是自學的 都忘了 你去找本c++的書吧 很簡單的

5樓:張大爺

c/:studel ;if;

寫一個c++程式,使其能夠刪除源**檔案中的所有註釋語句(包括以// 和/* */兩種)

C語言,能幫我註釋一下嗎?看不懂

include include int a 100 100 void makematrix int n 顯示矩陣,這個就不用說了吧,一行一行的顯示,一共n行void showmartix int n int i,j for i 0 i c語言幫忙註釋下 看不懂 確定不是來惡搞的?危險部分已經註釋或修...

請幫用C語言幫我編類似銀行密碼系統的程式

如果說是用vs的話 用c 語言 直接拖用控制元件 從簡單的屬性修改就好了 謝謝,長見識了!include stdio.h include conio.h include string.h define id 15504 define pwd password define max pwd len 1...

能幫我解釋下一段C語言程式。下面那個do while迴圈,求

bool is exist int poker,int len,int val while is exist poker,len,val poker i val 這裡是產生len個隨機數,並把這些隨機數存入到一個陣列中dowhile is exist poker,len,val 這裡就是產生一個隨機...