opt
This commit is contained in:
parent
f894f2a458
commit
63b21c6b17
|
|
@ -43,7 +43,7 @@ public class TwoSumFast {
|
|||
" ]\n" +
|
||||
" },\n" +
|
||||
" \"_class\": \"com.middle.dao.domain.RecallLaunch\"";
|
||||
String[] strings = In.readStrings("test.txt");
|
||||
String[] strings = new In("test.txt").;
|
||||
StringBuffer ret = new StringBuffer();
|
||||
for (String string : strings) {
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* @lc app=leetcode.cn id=67 lang=javascript
|
||||
*
|
||||
* [67] 二进制求和
|
||||
*/
|
||||
|
||||
// @lc code=start
|
||||
/**
|
||||
* @param {string} a
|
||||
* @param {string} b
|
||||
* @return {string}
|
||||
*/
|
||||
var addBinary = function (a, b) {};
|
||||
// @lc cod e=end
|
||||
Loading…
Reference in New Issue