摘要: Calculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less than four digits). Input Each input file contains one test case. Each case contains a pair of integers a and b where -1000000 = a, b = 1000000. The numbers are separated by a space. 阅读全文
posted @ 2012-02-16 18:39 丶Blank 阅读(342) 评论(1) 推荐(0) 编辑