不要葱花的大卫很有力量
不要葱花的大卫很有力量
全部文章
分类
归档
标签
去牛客网
登录
/
注册
不要葱花的大卫很有力量的博客
全部文章
(共33篇)
题解 | #自守数#
using System; namespace HJ99 { internal class Program { static void Main(string[] args) { int n = int.Parse(Conso...
2024-01-08
0
138
题解 | #记负均正#
using System; using System.Linq; namespace HJ97 { internal class Program { static void Main(string[] args) { int ...
2024-01-08
0
157
题解 | #表示数字#
using System; using System.Collections.Generic; namespace HJ96 { internal class Program { static void Main(string[] args) { ...
2024-01-08
0
155
题解 | #在字符串中找出连续最长的数字串#
using System; using System.Collections.Generic; using System.Text; namespace HJ92 { internal class Program { static void Main(string[...
2024-01-07
0
194
题解 | #将真分数分解为埃及分数#
using System; using System.Collections.Generic; using System.Text; namespace HJ82 { public class TrueFraction { //分子 public ...
2024-01-06
0
156
题解 | #字符串字符匹配#
using System; using System.Collections.Generic; namespace HJ81 { internal class Program { static void Main(string[] args) { ...
2024-01-06
0
162
题解 | #尼科彻斯定理#
using System; using System.Text; namespace HJ76 { internal class Program { static void Main(string[] args) { int ...
2024-01-06
0
153
题解 | #参数解析#
using System; using System.Collections.Generic; using System.Text; namespace HJ74 { internal class Program { static void Main(string[...
2024-01-06
0
152
题解 | #成绩排序#
using System; using System.Collections.Generic; using System.Linq; namespace HJ68 { internal class Student { public string Name { ge...
2024-01-05
0
166
题解 | #最长回文子串#
using System; using System.Linq; namespace HJ85 { internal class Program { static void Main(string[] args) { stri...
2024-01-04
0
180
首页
上一页
1
2
3
4
下一页
末页