【JAVA】1001 A+B Format (20分) PAT甲级 PAT (Advanced Level) Practice
目录1001 A+B Format (20分)思路一:不按他们的位数分情况处理代码一:用可变数组ArrayList+字符串截取方法subString代码二:栈Stack+字符串截取方法subString思路二:因为a和b的范围较小,所以可以按他们的位数分情况处理代码一:字符串截取方法substring代码二:StringBuilder的insert方法代码三:格式化输出 printf 1001 A+B Format (20分) Calculate a+b and output the sum in standard format – that is, the digits must be se
用户评论