iCineon's recent timeline updates
iCineon

iCineon

V2EX member #482494, joined on 2020-04-08 22:50:21 +08:00
iCineon's recent replies
Jan 29, 2021
Replied to a topic by cxe2v 职场话题 今天面试遇到的情况
vector<int> sortedArray(vector<int>& nums){
int n=(int)nums.size();
int l=0,r=n-1,i=0;
while (l<r && i<n) {
if (nums[i]%2==0) {
swap(nums[i++], nums[r--]);
}else{
swap(nums[i++], nums[l++]);
}
if (i>=r)break;
}
reverse(nums.begin()+1+l, nums.end());
return nums;
}
Jun 24, 2020
Replied to a topic by longSwordMan LeetCode 微软面试真题+面试官改编 leetcode 思路
LZ 想问下,学历和工作经历都很普通,有机会去面试嘛
我是 iOS 开发,个人作品 https://apps.apple.com/cn/app/id1213960468
@Latin 一个版本只能生成 100 个码,我都发完了。反正 TestFlight 我长期提供的
@Latin 感谢支持

今天上架了,送一些兑换码给大家
3XP67WFXYEWA
MFLYM6EXJJFT
4Y39NYKT6FK3
4NX7W3K93NFT
L67YJLPX3TL9
KAHTMN4JRMKF
XEP4FLNHLWPJ
3LXLM6EALX36
M9L6W36XXWT4
XPX6N93LARL6
HMWLJEAT9TYE
WYMWRNX9HWFX
WXX6XALKE4PP
R9H3Y3XNL73K
WMMYTKHNWA3A
HEPNTEPXF6RR
KN4W4JEJ3LNR
L763LW7Y4H7L
7KNL4LP9EAY3
YTH9Y9ANWHFY
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5321 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 24ms · UTC 08:37 · PVG 16:37 · LAX 01:37 · JFK 04:37
♥ Do have faith in what you're doing.