牛客491233788号
牛客491233788号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客491233788号的博客
全部文章
(共2篇)
题解 | 小红的字符串修改
#include <iostream> #include <string> #include <climits> #include <cmath> using namespace std; string s, t; int FindLeastRep...
2025-11-05
0
49
题解 | 买橘子
#include <iostream> using namespace std; // int TotalC=0; int bestC=-1; void findLeastBag(int n, int c){ if(n==0){ if(bestC==-1 || c...
2025-11-02
0
51