V2AS
问路
意见反馈
↓ 按住下拉
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
Python课程笔记(十)
不陌生,之前学习一个开源SpringBoot项目,Mysql5.5更换到5.7搞得头疼。 数据库连接的坑之前写的IDEA系列连接会遇到的问题。课程代码 今天上课就主要学习了python如 ......
cursor
sql
print
row
execute
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
CVE-2018-2628-WLS Core Components 反序列化
漏洞参考 https://blog.csdn.net/csacs/article/details/87122472 漏洞概述:在 WebLogic 里,攻击者利用其他rmi绕过weblogic黑名单限制,然后在将加载的内容利用re ......
ysoserial
payload
jrmp
jar
exploit
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
Distributing Custom Apps
Distributing Custom Apps 分配自定义应用程序 November 10, 2020 2020年11月10日 Custom apps let you meet the unique needs of organizations and schools. A ......
App
Apple
Manager
Store
Business
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
V2AS = Way To Ask
V2AS 一个技术分享与创造的静土
手机扫一扫
移动阅读更方便
近15日热搜文章
一文读懂PRBS定义、生成办法、作用
【路由器】小米 WR30U 解锁并刷机
torch_09_GAN
4
通过RayFire为图形添加二次破碎效果
5
Vue【原创】基于elementui的【分组多选下拉框group-select】
6
Java 获取Word中的所有插入和删除修订
7
PKUSC2022 游记
8
Linux Ubuntu18.04 安装配置 clash
9
使用Rust开发操作系统(中断描述符表--IDT)
10
根据点画线java