##Wenzhe Tang's Personal Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <algorithm> | |
| #include <queue> | |
| #include <cmath> | |
| #include <map> | |
| using namespace std; | |
| const int dx[]={0,0,1,-1}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from collections import defaultdict | |
| class Solution(object): | |
| def fourSum(self, nums, target): | |
| """ | |
| :type nums: List[int] | |
| :type target: int | |
| :rtype: List[List[int]] | |
| """ | |
| xs = sorted(nums) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Below is the interface for Iterator, which is already defined for you. | |
| # | |
| # class Iterator(object): | |
| # def __init__(self, nums): | |
| # """ | |
| # Initializes an iterator object to the beginning of a list. | |
| # :type nums: List[int] | |
| # """ | |
| # | |
| # def hasNext(self): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"sig":"70f2e58779caac5879f9073cd548334dceb181572c11f083927ebb9e77901cb257cd22a49e14e1c3d154413d13c37e9f77f0a9807192a1f0fd4c965b8a98c4eb1","msghash":"1b02209e4739969bf4e2d7cbdc348f7768312c3648957c3bc13956d42c229809"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pm uninstall com.qiyi.video | |
| pm uninstall cn.wps.moffice_eng | |
| pm disable-user com.miui.video | |
| pm disable-user com.duokan.reader | |
| pm disable-user com.duokan.phone.remotecontroller | |
| pm disable-user com.duokan.reader | |
| pm disable-user com.mi.liveassistant | |
| pm disable-user com.mipay.wallet | |
| pm disable-user com.miui.analytics | |
| pm disable-user com.miui.systemAdSolution |
