代码格式化
This commit is contained in:
parent
9f1ecd6435
commit
a08f2c7793
@ -43,12 +43,14 @@
|
|||||||
// 👍 533 👎 0
|
// 👍 533 👎 0
|
||||||
|
|
||||||
package leetcode.editor.cn;
|
package leetcode.editor.cn;
|
||||||
|
|
||||||
//167:两数之和 II - 输入有序数组
|
//167:两数之和 II - 输入有序数组
|
||||||
class TwoSumIiInputArrayIsSorted {
|
class TwoSumIiInputArrayIsSorted {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
//测试代码
|
//测试代码
|
||||||
Solution solution = new TwoSumIiInputArrayIsSorted().new Solution();
|
Solution solution = new TwoSumIiInputArrayIsSorted().new Solution();
|
||||||
}
|
}
|
||||||
|
|
||||||
//力扣代码
|
//力扣代码
|
||||||
//leetcode submit region begin(Prohibit modification and deletion)
|
//leetcode submit region begin(Prohibit modification and deletion)
|
||||||
class Solution {
|
class Solution {
|
||||||
|
Loading…
Reference in New Issue
Block a user