【C++】綵球問題

有一個袋子裏裝有三色彩球,期中紅色球有3個,白色球有3個,黑色球有6個,問當從袋子中取出8個球時共有多少可能的方案,請經過編程來實現全部可能的方案編號輸出在屏幕上。 #include"iostream.h" #include"stdio.h" void main() { int red; int white; int black; int i=0; for(red=0;red<=3;red
相關文章
相關標籤/搜索