不要葱花的大卫很有力量
不要葱花的大卫很有力量
全部文章
分类
归档
标签
去牛客网
登录
/
注册
不要葱花的大卫很有力量的博客
全部文章
(共33篇)
题解 | #查找组成一个偶数最接近的两个素数#
using System; namespace HJ60 { internal class Program { static void Main(string[] args) { int n = int.Parse(Conso...
2024-01-04
0
171
题解 | #找出字符串中第一个只出现一次的字符#
using System; using System.Linq; namespace HJ59 { internal class Program { static void Main(string[] args) { stri...
2024-01-04
0
166
题解 | #找出字符串中第一个只出现一次的字符#
using System; using System.Linq; namespace HJ59 { internal class Program { static void Main(string[] args) { stri...
2024-01-04
0
136
题解 | #输入n个整数,输出其中最小的k个#
using System; using System.Text; namespace HJ58 { internal class Program { static void Main(string[] args) { stri...
2024-01-04
0
160
题解 | #高精度整数加法#
using System; using System.Linq; using System.Text; namespace HJ57 { internal class Program { static void Main(string[] args) ...
2024-01-04
0
208
题解 | #完全数计算#
using System; namespace HJ56 { internal static class Program { static void Main(string[] args) { int n = int.Pars...
2024-01-03
0
155
题解 | #挑7#
using System; namespace HJ55 { internal static class Program { static void Main(string[] args) { int n = int.Pars...
2024-01-03
0
149
题解 | #四则运算#
using System; using System.Collections.Generic; using System.Text; namespace HJ54 { /// <summary> /// 1.用两个栈分别压数字和运算符; /// 2.如果当前运...
2024-01-03
0
191
题解 | #表达式求值#
using System; using System.Collections.Generic; using System.Text; namespace HJ54 { /// <summary> /// 1.用两个栈分别压数字和运算符; /// 2.如果当前运...
2024-01-03
0
197
题解 | #四则运算#
using System; using System.Collections.Generic; using System.Text; namespace HJ54 { /// <summary> /// 1.用两个栈分别压数字和运算符; /// 2.如果当前运...
2024-01-03
0
155
首页
上一页
1
2
3
4
下一页
末页