代码改变世界

随笔档案-2021年06月

Codlity(6) RectangleBuilderGreaterArea

2021-06-04 19:25 by qgbo, 61 阅读, 收藏, 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Min_positive_value { cla 阅读全文

Codlity(4) BinaryGap

2021-06-04 19:23 by qgbo, 27 阅读, 收藏, 编辑
摘要: using System; using System.Linq; using System.Text; namespace BinaryGap { class BinaryGap { public static int solution(int A) { if (A == 0) return 0; 阅读全文

Codlity(2) Min_position_value

2021-06-04 19:21 by qgbo, 39 阅读, 收藏, 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Min_positive_value { cla 阅读全文

Codlity(3) SocketsLaundering

2021-06-04 19:20 by qgbo, 31 阅读, 收藏, 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Min_positive_value { cla 阅读全文

Codlity(1) DiamondsCount

2021-06-04 19:17 by qgbo, 45 阅读, 收藏, 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; namespace Min_positive_value { public class point4 { (int x, int y) left; (int x, i 阅读全文
点击右上角即可分享
微信分享提示