Cost of 01 and 10 Pairs

Problem Recently, a friend has met a question in pre-interview machine test: Given a string \(s\) containing characters 0, 1, or ?, and integer parameters \(x\) and \(y\), while \(1 \leq len(s) < 10^5, 1 \leq x < 10^5, 1 \leq y < 10^5\). For any string only containing 0 and 1, we define its cost as $$x \cdot p_{01} + y \cdot p_{10}$$ while: \( p_{01} \): the number of 01 subsequences in \(s\), not substrings, digit 0 and digit 1 needn’t to be neighbors in \(s\).

Fuck the GFW in 2023

目标 经过多年的发展和迭代,v2ray或者xray已经成为了fuck-the-gfw领域的事实标准。 目前xray的vless + reality + vision

使用xkeysnail交换键位

xkeysnail xkeysnial是一款进行键位映射的软件,通过xkeysnail可以很方便地进行键位自定义。 1 2 sudo apt install python3-pip sudo pip3 install xkeysnail 配置 由于Ctrl键相比于

使用Hugo写博客

简介 Hugo是用Go语言写成的静态网站生成器,由于是使用Go语言写成,安装部署非常便利,只需要下载binary文件即可,非常方便。 此外Hug

使用Caddy托管博客

安装Caddy Caddy是Go语言实现的HTTP/2 web server,且默认自动开启HTTPS,配置简单,使用方便,非常适合用于博客。 首先从C