- 博客(3)
- 收藏
- 关注
原创 xiaolele与二段数
小乐乐与二段数 题目链接 暴力做法会导致超时,所以不能使用暴力做法 #include <iostream> #include <cmath> #include <vector> #include <set> using namespace std; typedef long long LL; int isdoubleNum(LL n) { set<int> s; int flag = 0; int c = n % 10; while (
2021-03-18 14:04:46
711
1
原创 火星A+B(getchar单个字符读取做法)
题目:火星A+B 用getchar()做的时候要注意结束条件,有可能0 0后面还有输入,用goto语句才得到解决 例如0 0,10,6,4,2,1可不是结束条件。 #include <iostream> #include <cctype> #include <cstring> #include <memory.h> #define N 25 using namespace std; int a[N + 1], b[N + 1], prime[N + 1],
2021-03-05 11:46:59
252
原创 MySQL5.7.33安装过程
文章目录安装包下载安装配置环境变量检查是否安装成功 安装包下载 直接到官网下载 官网地址https://dev.mysql.com/downloads/windows/installer/5.7.html (选择500+M的下载) 安装 没有详细说明就可以直接next 只选择default就可以满足基本所有配置 这里选择Execute配置MySQL所需要的环境 选中最后一项,可以把Logging Option召唤出来 输入你的密码,最好不要太难,方便记忆 不要有中文名字,不然会导
2021-03-01 17:28:30
6267
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅