会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Vivian-0918
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
30
下一页
2022年12月24日
天梯赛练习题L2(001-005)
摘要: ###L2-001 紧急救援 #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<LL,LL> PII; const LL MAXN=1e18; const LL N=2002,M=520;
阅读全文
posted @ 2022-12-24 17:51 Vijurria
阅读(21)
评论(0)
推荐(0)
2022年12月23日
Educational DP Contest G - Longest Path (dfs+dp)
摘要: https://atcoder.jp/contests/dp/tasks/dp_g 题目大意: 给定n个点,m条有向边(确定无环),问最长路径是多少? Sample Input 1 4 5 1 2 1 3 3 2 2 4 3 4 Sample Output 1 3 #include<bits/std
阅读全文
posted @ 2022-12-23 11:02 Vijurria
阅读(27)
评论(0)
推荐(0)
Educational DP Contest F - LCS(最长公共子序列)
摘要: https://atcoder.jp/contests/dp/tasks/dp_f 题目大意: 给定字符串s和c(1<=s,c<=3000),求最长公共子序列的具体字符串。 Sample Input 1 axyb abyxb Sample Output 1 axb 正解: #include<bits
阅读全文
posted @ 2022-12-23 09:22 Vijurria
阅读(21)
评论(0)
推荐(0)
2022年12月22日
Educational DP Contest E - Knapsack 2 (01背包)
摘要: https://atcoder.jp/contests/dp/tasks/dp_e 题目大意: 有N个物品,编号为1,2,…,N。对于每个i (1≤i≤N),物品I的权重为wi,价值为vi。 Taro决定从N件物品中挑选一些,用背包带回家。背包的容量是W,这意味着所带物品的重量之和必须至多为W(<=
阅读全文
posted @ 2022-12-22 22:16 Vijurria
阅读(49)
评论(0)
推荐(0)
2022年12月21日
Acwing 第 77 场周赛 ABC(*)
摘要: ###4716. 进球 题目大意: 整场比赛双方一共打进了 n 个进球,进球多的一方将收获最终的胜利。 请你根据进球纪录,判断哪支球队最终获胜。 保证不存在平局。 输入样例1: 1 ABC 输出样例1: ABC 输入样例2: 5 A ABA ABA A A 输出样例2: A #include<bit
阅读全文
posted @ 2022-12-21 22:17 Vijurria
阅读(22)
评论(0)
推荐(0)
2022年12月20日
【jupyter-lab】实战经验积累(一)
摘要: #数据分析常用python包 #numpy:科学计算工具包 #pandas:数据分析工具包 #malplotlib:图表绘制工具包 #improt语句:加载工具包 import numpy as np import pandas as pd import seaborn as sns import
阅读全文
posted @ 2022-12-20 23:26 Vijurria
阅读(290)
评论(0)
推荐(0)
Codeforces Round #835 (Div. 4) ABCDEF(二分)
摘要: https://codeforces.com/contest/1760 【赛时A-E代码】 ###A. Medium Number 题目大意: 三个数字,求第二大的数字。 input 9 5 2 6 14 3 4 20 2 1 1 2 3 11 19 12 10 8 20 6 20 3 4 1 3
阅读全文
posted @ 2022-12-20 18:16 Vijurria
阅读(38)
评论(0)
推荐(0)
Codeforces Round #840 (Div. 2) and Enigma 2022 - Cybros LNMIIT AB
摘要: (:我一开始以为我要爆0了,跌,磕磕绊绊,还好写出了这两题,后面的太难了题目都没看hh https://codeforces.com/contest/1763 ###A. Absolute Maximization 题目大意: 给定一个数组a,我们可以任意移动不同数字上的同位置上的二进制数0或1 问
阅读全文
posted @ 2022-12-20 10:19 Vijurria
阅读(106)
评论(0)
推荐(0)
2022年12月19日
Codeforces Round #839 (Div. 3) ABCD
摘要: 昨晚忙着找py数据分析入门了,又🕊了,下午vp了补上,D好奇妙啊(也有可能是我变笨了) https://codeforces.com/contest/1772 A. A+B? 题目大意: 给定A+B的字符串,AB都在10以内,求结果 input 4 4+2 0+0 3+7 8+9 output 6
阅读全文
posted @ 2022-12-19 22:13 Vijurria
阅读(68)
评论(0)
推荐(0)
Python数据分析5大经典练手项目之项目一(餐厅订单数据分析)【待完结】
摘要: 环境: shell工具:git bash(自行下载),对比cmd:几乎接近linux命令 jupyter lab是jupyter notebook升级版 实操: 桌面右键点击git bash here进入mingw64界面 输入jupyter lab进入网页 点击python3进入操作页面 数据分析
阅读全文
posted @ 2022-12-19 00:13 Vijurria
阅读(443)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
30
下一页
公告