作者小头像 Lv.3
更多个人资料
483 成长值
1 关注
1 粉丝
+ 关注 私信

个人介绍

记录学习过程,一起加油!

感兴趣或擅长的领域

自动化运维、编程语言
个人勋章
TA还没获得勋章~
成长雷达
460
3
0
0
20

个人资料

个人介绍

记录学习过程,一起加油!

感兴趣或擅长的领域

自动化运维、编程语言

达成规则

以上满足项可达成此勋章

  • 博客
  • 关注
  • 粉丝
  • 论坛
不要二_把字符串转成整数
不要二不要二import java.util.*;public class Main{ //( (x1-x2) * (x1-x2) + (y1-y2) * (y1-y2) ) 算数平方根不等于 2! // (x1-x2) * (x1-x2) + (y1-y2) * (y1-y2) ! = 4 // 0 + 4 = 4; // 1 + 3 = 4; // 2 +...
作者小头像 bug郭
63
0
0
2022-08-26 23:52:30
63
0
0
统计回文_连续最大和
统计回文统计回文import java.util.*;public class Main{ public static boolean isPalindrome1(StringBuilder str){ StringBuilder tmp = new StringBuilder(str); tmp.reverse(); //注意这里要...
作者小头像 bug郭
73
0
0
2022-08-26 23:51:49
73
0
0
计算糖果_进制转换
计算糖果计算糖果// 要求ABC都为整数// 注意多了一个约束条件,即四个式子解3个未知数,所以还要确定满不满足A+B==n3import java.util.Scanner;public class Main { public static void main(String[] args){ Scanner in = new Scanner(System.in); int n1 =...
作者小头像 bug郭
70
0
0
2022-08-26 23:51:06
70
0
0
字符串中找出连续最长的数字串_数组中出现次数超过一半的数字
字符串中找出连续最长的数字串字符串中找出连续最长的数字串import java.util.*;public class Main{ public static String findLongNumberStr(String str){ String strResult = new String(); String tmp = new String(); ...
作者小头像 bug郭
66
0
0
2022-08-26 23:50:22
66
0
0
排序子序列_组队竞赛
排序子序列排序子序列import java.util.Scanner;public class Main{ public static int subArray(int[] array){ int count = 0; for(int i = 0;i<array.length-1;i++){ //注意: 当 数组 ...
作者小头像 bug郭
70
0
0
2022-08-26 23:49:34
70
0
0
蘑菇阵_字符串计数
蘑菇阵//error 未解之谜!!!!垃圾bug 2022 05 17 一道算法题整整一下午没调试出来,裂开!!!一杯茶,一道题,一个bug调一天...// write your code hereimport java.util.*;public class Main{ public static void main(String[] args){ Scanner s...
作者小头像 bug郭
73
0
0
2022-08-26 23:46:59
73
0
0
三角形_猴子分桃_mkdir
三角形三角形在线OJ注意输入输出 格式和范围!这里的范围超过了 int和long的大小!!!所以我们要通过字符串或者BigInteger进行计算! BigInteger类表示范围: -2 ^Integer.MAX_VALUE (排他) ~ +2 ^ Integer.MAX_VALUE (排他)包名:java.math.BigIntegerBigDecimal类 对应更大精度...
作者小头像 bug郭
76
0
0
2022-08-26 23:38:37
76
0
0
最难的问题_斐波那契凤尾_淘宝网店
最难的问题最难的问题 // write your code hereimport java.util.*;public class Main{ public static void main(String[] args){ //密码字母:A B C D E F G H I J K L M N O P Q R S T U V W X Y Z //原文字母:V W...
作者小头像 bug郭
75
0
0
2022-08-26 23:34:41
75
0
0
分解因数_年终奖_因数个数
分解因数分解因数import java.util.Scanner;public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); while (sc.hasNext()) { StringBuilder ...
作者小头像 bug郭
62
0
0
2022-08-26 23:32:58
62
0
0
MySQL JDBC编程_3
完整案例import com.mysql.jdbc.jdbc2.optional.MysqlDataSource;import javax.sql.DataSource;import java.sql.Connection;import java.sql.PreparedStatement;import java.sql.SQLException;public class jdbc { ...
作者小头像 bug郭
169
0
0
2022-08-11 10:07:19
169
0
0
总条数:182
  • 1
  • ...
  • 13
  • 14
  • 15
  • ...
  • 19
到第 页

上滑加载中

https://www.baidu.com/s?ie=utf-8&f=3&rsv_bp=0&rsv_idx=1&tn=baidu&wd=sed%20%E6%9B%BF%E6%8D%A2%E5%AD%97%E7%AC%A6%E4%B8%B2&rsv_pq=c7db61a600035dc5&rsv_t=5e19yEsbV9N5fIvdlGRU
作者小头像
作者小头像
快速交付
+ 关注 私信