不要葱花的大卫很有力量
不要葱花的大卫很有力量
全部文章
分类
归档
标签
去牛客网
登录
/
注册
不要葱花的大卫很有力量的博客
全部文章
(共33篇)
题解 | #杨辉三角的变形#
using System;using System.Collections.Generic;using System.Linq;namespace HJ53{ internal class Program { static void Main(string[] args) ...
2024-01-03
0
196
题解 | #杨辉三角的变形#
using System;using System.Collections.Generic;using System.Linq;namespace HJ53{ internal class Program { static void Main(string[] args) ...
2024-01-03
1
226
题解 | #迷宫问题#
using System; using System.Collections.Generic; using System.Linq; namespace HJ43 { internal class Program { public class Point ...
2024-01-01
0
146
题解 | #学英语#
using System; using System.Collections.Generic; using System.Text; namespace HJ42 { internal class Program { static Dictionary<int...
2023-12-31
0
78
题解 | #称砝码#
using System; using System.Collections.Generic; using System.Linq; namespace HJ41 { /// <summary> /// 核心思想: /// 将所有砝码即使展开到一个列表中去, ...
2023-12-31
0
120
题解 | #统计每个月兔子的总数#
using System; using System.Collections.Generic; namespace HJ37 { internal class Program { static void Main(string[] args) { ...
2023-12-31
0
84
题解 | #字符串加密#
using System; using System.Collections.Generic; using System.Linq; namespace HJ36 { internal class Program { static void Main(string[...
2023-12-31
0
94
题解 | #蛇形矩阵#
using System; namespace HJ35 { internal class Program { static void Main(string[] args) { var inputStr = Console....
2023-12-31
0
88
题解 | #密码截取#
using System; using System.Runtime.InteropServices; namespace HJ32 { /// <summary> /// 密码截取/最长的回字符串字串 /// </summary> int...
2023-12-29
0
133
题解 | #字符串加解密#
using System; namespace HJ29 { /// <summary>字符串加解密</summary> internal class Program { static void Main(string[] args)...
2023-12-28
0
117
首页
上一页
1
2
3
4
下一页
末页