Gold Coins

/* Gold Coin, Poj. 2000 */ #include <stdio.h> int goldSum (int day) { // Local Declarations int i; // for loop of days int sum = 0; // total num of gold int num = 1; // giv
相關文章
相關標籤/搜索