zhijian's recent timeline updates
zhijian

zhijian

V2EX member #166334, joined on 2016-04-04 18:48:25 +08:00
Per zhijian's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
zhijian's recent replies
Aug 17, 2018
Replied to a topic by ZCPgyer 推广 七夕盖楼福利 | 你好,这是你掉的礼物吗?
++++++++++++++++++++
。。。
Mar 23, 2018
Replied to a topic by RicardoScofileld Python 今天面试的一道算法题,求教
c#代码:

private static void Main(string[] args)
{
var m = new List<int> {1, 2, 3, 4, 5};
var result = new List<string>();
GetResult(m, ref result);
Console.Read();
}

private static void GetResult(List<int> m, ref List<string> result)
{
for (var i = 0; i < m.Count - 2; i++)
{
for (var k = i + 2; k < m.Count; k++)
{
result.Add(string.Format("{0},{1},{2}", m[i], m[i + 1], m[k]));
}
}
}
支持,假货让人不敢买东西了
出门,右转,知乎
Dec 4, 2017
Replied to a topic by Omooo 分享创造 GDD 凉了呀
@GuuJiang 哈哈巧合
小米的东西很垃圾,浏览器广告多,弹周边小米净化器啥的。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3327 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 00:07 · PVG 08:07 · LAX 17:07 · JFK 20:07
♥ Do have faith in what you're doing.