JAVA 常用算法學習記錄(窮舉算法)

問題:今有雞兔同籠,上有三十五頭,下有九十四足,問雞兔各多少? java 實現代碼: public static Map<String,Object> qiongju(int head,int foot){ int result,i , j,chicken = 0,rabit = 0; result = 0; for(i = 0 ; i<= head;i++){ j = head - i; if(
相關文章
相關標籤/搜索