摘要:
windows版本的 安装看这篇,非常详细:https://www.cnblogs.com/winton-nfs/p/11524007.html 彻底清除:https://www.pianshen.com/article/84121045092/ 重中之重:管理员运行cmd mac版本的 安装:ht 阅读全文
posted @ 2021-04-08 10:51
KinoLogic
阅读(63)
评论(0)
推荐(0)
摘要:
1.数组 *数组的创建 int[] array = {1,2,3,4,5}; 注意区别于C++ int a[] = (1)两种输出方法 public class number { public static void main(String[] args) { int[] array = {1,2, 阅读全文
posted @ 2021-04-07 16:03
KinoLogic
阅读(77)
评论(0)
推荐(0)
摘要:
tx的笔试,但是只过了10%,就离谱 #include <bits/stdc++.h> using namespace std; const int maxn = 1010; long data[maxn][maxn] = {0}; long dp[maxn][maxn] = {0}; int ma 阅读全文
posted @ 2021-04-06 15:52
KinoLogic
阅读(380)
评论(0)
推荐(0)
摘要:
假定一种编码的编码范围是a ~ y的25个字母,从1位到4位的编码,如果我们把该编码按字典序排序,形成一个数组如下: a, aa, aaa, aaaa, aaab, aaac, … …, b, ba, baa, baaa, baab, baac … …, yyyw, yyyx, yyyy 其中a的I 阅读全文
posted @ 2021-04-04 16:51
KinoLogic
阅读(117)
评论(0)
推荐(0)
浙公网安备 33010602011771号