V2AS
问路
意见反馈
↓ 按住下拉
Codeforces Round 470 (
rated
, Div. 2, based on VK Cup 2018 Round 1) C.Producing Snow
题目链接 题意 每天有体积为Vi的一堆雪,所有存在的雪每天都会融化Ti体积,求出每天具体融化的雪的体积数。 分析 对于第i天的雪堆,不妨假设其从一开始就存在,那么 ......
Round
ac
2018
Codeforces
VK
性能调优 session 1 - 计算机体系结构 量化研究方法
近期本人参与的存储系统项目进入到性能调优阶段,当前系统的性能指标离项目预期目标还有较大差距。本人一直奉行"理论指导下的实践",尤其在调试初期,更要抓住主要矛 ......
frac
time
000
times
MTTF
Educational Codeforces Round 150 (
Rated
for Div. 2) A-E
比赛链接 A include <bits/stdc++.h> using namespace std; using ll = long long; bool solve() { int n; cin >> n; if (n <= 4) cout << "Bob" ......
int
Codeforces
cin
cout
Rated
Educational Codeforces Round 95 (
Rated
for Div. 2)
CF的Educational Round (Div.2),质量还是蛮高的。 A: 水题 include<cstdio> include<algorithm> typedef long long ll; ll T,x,y,k,ans; template <typename ......
int
ch
read
Codeforces
Round
Educational Codeforces Round 113 (
Rated
for Div. 2)
多拿纸画画 ! ! ! Problem - B - Codeforces 题意 给出n个数字(数字为1或2), 1代表这第i个选手没有输过, 2代表这第i个选手至少赢一次 输出为n*n矩阵( i行j列) , ......
Codeforces
Round
Rated
Educational
Div
Educational Codeforces Round 94 (
Rated
for Div. 2) C. Binary String Reconstruction (构造)
题意:给你一个字符串\(s\),原字符串为\(w\),如果\(i>x\)且\(w_{i-x}=1\),那么\(s_{i}=1\),如果\(i+x\le n\)且\(w_{i+x}=1\),那么\(s_{i}=1\),否则\(s_{i}=0\).求 ......
Rated
Codeforces
Round
Educational
Div
Educational Codeforces Round 94 (
Rated
for Div. 2) String Similarity、RPG Protagonist、Binary String Reconstruction、Zigzags 思维
题目链接:String Similarity 题意: 首先题目定义了两个串的相似(串的构成是0、1),如果两个串存在对于一个下标k,它们的值一样,那么这两个串就相似 然后题目给你一 ......
ll
int
include
Rated
Educational
Educational Codeforces Round 94 (
Rated
for Div. 2) A. String Similarity (构造水题)
题意:给你一个长度为\(2*n-1\)的字符串\(s\),让你构造一个长度为\(n\)的字符串,使得构造的字符串中有相同位置的字符等于\(s[1..n],s[2..n+1],...,s[n,2n-1]\)中 ......
Educational
Codeforces
Round
Div
Rated
Educational Codeforces Round 95 (
Rated
for Div. 2) A. Buying Torches (数学)
题意:刚开始你有一个木棍,造一个火炬需要一个木根和一个煤块,现在你可以用一个木棍换取\(x\)个木棍,或者\(y\)根木棍换一个煤块,消耗一次操作,问最少需要操作多少 ......
Div
Round
Educational
Rated
Codeforces
VS Code插件推荐
VS Code作为前端开发人员在学习工作中必不可少的开发软件,其强大的功能以及丰富多样的插件都让开发人员爱不释手。下面推荐个人觉得还不错的几个插件,希望可以帮 ......
Code
插件
VS
Theme
Visual
V2AS = Way To Ask
V2AS 一个技术分享与创造的静土
手机扫一扫
移动阅读更方便
近15日热搜文章
Paxos协议超级详细解释+简单实例
winds dlib人脸检测与识别库
Linux下VCS2014和Verdi2015的联合使用
4
在 Android studio 中 配置Gradle 进行 “动态编译期间,指定 远程服务器地址 ,生成多个安装包”
5
Linux下安装ffmpeg,视频格式转换
6
UPX源码分析——加壳篇
7
Knockout.Js官网学习(数组observable)
8
华为路由交换综合实验 ---IA阶段
9
查看显卡报错:NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
10
linux下生成动态库和链接动态库