会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
n00b
博客园
首页
新随笔
联系
订阅
管理
2023年6月19日
VMware Workstation Pro 17 激活码
摘要: MC60H-DWHD5-H80U9-6V85M-8280D 4A4RR-813DK-M81A9-4U35H-06KND NZ4RR-FTK5H-H81C1-Q30QH-1V2LA JU090-6039P-08409-8J0QH-2YR7F 4Y09U-AJK97-089Z0-A3054-83KLA
阅读全文
posted @ 2023-06-19 20:24 任由天明
阅读(4191)
评论(0)
推荐(0)
2022年11月16日
CSP 202206-1 归一化处理 C++
摘要: 1 #include <iostream> 2 #include <vector> 3 #include <math.h> 4 5 int main(){ 6 int x{},sum{}; 7 std::cin>>x; 8 std::vector<int> n(x,0); 9 10 for(int
阅读全文
posted @ 2022-11-16 15:46 任由天明
阅读(125)
评论(0)
推荐(0)
CSP 201403-1 相反数 C++
摘要: 1 #include <iostream> 2 #include <vector> 3 #include <algorithm> 4 5 int main() { 6 int x{},sum{}; 7 std::cin >> x; 8 std::vector<int> n(x, 0); 9 for
阅读全文
posted @ 2022-11-16 11:01 任由天明
阅读(32)
评论(0)
推荐(0)
2022年11月15日
CSP 201312-3 最大的矩形 C++
摘要: 1 #include <iostream> 2 #include <vector> 3 #include <algorithm> 4 5 int main() { 6 int x{},some{}; 7 std::cin >> x; 8 std::vector<std::vector<int>> n
阅读全文
posted @ 2022-11-15 16:20 任由天明
阅读(78)
评论(0)
推荐(0)
CSP 201312-2 ISBN号码 C++
摘要: 1 #include <iostream> 2 #include <algorithm> 4 #include <array> 5 6 int main() { 7 std::array<int, 9> ISBN{}; 8 char c{}; 9 int lenth{},sigl{-1}; 10 1
阅读全文
posted @ 2022-11-15 12:46 任由天明
阅读(316)
评论(0)
推荐(0)
CSP 201312-1 出现次数最多的数 C++
摘要: 1 #include <iostream> 2 #include <algorithm> 3 #include <vector> 4 5 int main() { 6 int x{},y{},lenth{}; 7 std::cin >> x; 8 std::vector<std::vector<in
阅读全文
posted @ 2022-11-15 10:59 任由天明
阅读(73)
评论(0)
推荐(0)
2022年11月14日
CSP 202209-1 如此编码 C++
摘要: 链接 1 #include <iostream> 2 #include <vector> 3 4 int main() { 5 int x{}, m{}; 6 std::cin >> x >> m; 7 std::vector<std::vector<int>> nc(x+1,std::vector
阅读全文
posted @ 2022-11-14 12:35 任由天明
阅读(118)
评论(0)
推荐(0)
2022年11月13日
CSP 202203-1 未初始化警告 C++
摘要: 1 #include <iostream> 2 #include <vector> 3 int main() { 4 int x{}, y{}; 5 std::cin >> x >> y;//读入第一行 6 std::vector<std::vector<int>> k(y,std::vector<
阅读全文
posted @ 2022-11-13 10:45 任由天明
阅读(151)
评论(0)
推荐(0)
2022年11月12日
Windows shell 中下载文件
摘要: powershell -c "Invoke-WebRequest -Uri 'http://<your-ip>:<your-port>/<filename>' -OutFile '<路径>\<filename>'"
阅读全文
posted @ 2022-11-12 16:52 任由天明
阅读(19)
评论(0)
推荐(0)
2022年11月1日
SQL注入--根据sleep判断
摘要: 找数据库名 1 ' union select sleep(5),2 where database() like '{数据库名称枚举}%';-- union是联合查找数据库,当查询为真是sleep生效‘;--’能注释其余SQL 找表名 1 ' union select sleep(5),2 from
阅读全文
posted @ 2022-11-01 19:32 任由天明
阅读(218)
评论(0)
推荐(0)
公告