P2758 编辑距离 题解

题目传送门 题目大意 给定两个字符串 A 和 B,每次可以对 A 进行如下三种操作&#

题解 

HelloWorld 多种语言版本——如何将 HelloWorld 玩到极致

C++ #include <iostream> using namespace std; int main() { cout << "Hello,World!" << endl; return 0; } Python print("Hello,World!") Go(Golang

洛谷 P12979 [GCJ 2022 Qualification] Punched Cards 题解

题目 洛谷题目传送门 【P12979】 [GCJ 2022 Qualification] Punched Cards 双倍经验: DMOJ题目传送门 【gcj22qra】 Google Code Jam '22 Qualification Round Problem A - Punched Card

洛谷 SP10509 CRDS - Cards 题解

题目 洛谷 题目传送门:SP10509 CRDS - Cards SPOJ SPOJ题目传送门:CRDS - Cards 正文 这是一个找规律的题目。</

题解