菜菜

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年1月21日

摘要: import java.io.*; import java.util.*; public class Main { public static void main(String[] args) throws FileNotFoundException { // Scanner scanner = new Scanner(new File("d://1.txt")); Scanner... 阅读全文
posted @ 2017-01-21 11:13 好吧,就是菜菜 阅读(198) 评论(0) 推荐(0)

摘要: public static String add(String s1, String s2) { int dx = 0; String temp = null; if (s1.length() = 0; i--) { char c1 = s1.charAt(i + dl); char c2 = s2.charAt(i); int s = c1 - '0' +... 阅读全文
posted @ 2017-01-21 00:15 好吧,就是菜菜 阅读(139) 评论(0) 推荐(0)

摘要: public static String mul(String str1, String str2) { int minLength = -1; int maxLength = -1; if (str1.length() > str2.length()) { minLength = str2.leng... 阅读全文
posted @ 2017-01-21 00:11 好吧,就是菜菜 阅读(116) 评论(0) 推荐(0)