版本1和3间的区别 (跳过第2版)
于2006-03-11 16:40:24修订的的版本1
大小: 1127
编辑: czk
备注:
于2008-02-23 15:34:13修订的的版本3
大小: 1205
编辑: localhost
备注: converted to 1.6 markup
删除的内容标记成这样。 加入的内容标记成这样。
行号 1: 行号 1:
## page was renamed from 程序设计练习30——zju2476——Total Amount

Total Amount

Time limit: 1 Seconds

Memory limit: 32768K

Given a list of monetary amounts in a standard format, please calculate the total amount.

We define the format as follows:

  1. The amount starts with '$'.
  2. The amount could have a leading '0' if and only if it is less then 1.
  3. The amount ends with a decimal point and exactly 2 following digits.
  4. The digits to the left of the decimal point are separated into groups of three by commas (a group of one or two digits may appear on the left).

1. Input

The input consists of multiple tests. The first line of each test contains an integer N (1 <= N <= 10000) which indicates the number of amounts. The next N lines contain N amounts. All amounts and the total amount are between $0.00 and $20,000,000.00, inclusive. N=0 denotes the end of input.

2. Output

For each input test, output the total amount.

3. Sample Input

2
$1,234,567.89
$9,876,543.21
3
$0.01
$0.10
$1.00
0

4. Sample Output

$11,111,111.10
$1.11

http://acm.zju.edu.cn/show_problem.php?pid=2476


zju2476 (2008-02-23 15:34:13由localhost编辑)

ch3n2k.com | Copyright (c) 2004-2020 czk.