==== 소감 ==== 2005/02/19 Accepted 0:00.029 64 ==== 코드 ==== {{{~cpp // no10137 - The Trip #include #include #include using namespace std; const int MAX = 100; int exchangeMoney(const int * cost, const int n); void showExchange(const int * ex, const int count); int main() // cent단위로 계산 { int n; // 학생수 char money[7]; // 돈 int exchangeCost[MAX]; // 교환값 int i, c; int count = 0; while (cin >> n) { if (n == 0) break; cin.get(); int costs[1000]; // 각 학생들의 지출 비용 for (i=0; i aver) { exchange += cost[i] - aver; if (r > 0) { exchange--; r--; } } } return exchange; } void showExchange(const int * ex, const int count) { int i; int dollor, cent; for (i=0; i