moon_caral
moon_caral
全部文章
分类
归档
标签
去牛客网
登录
/
注册
moon_caral的博客
全部文章
(共2篇)
题解 | 小红的密码修改
#include <iostream> #include <unordered_map> using namespace std; const int num_all= 66; const int num_first= 26; const int num_second= 2...
2025-12-12
0
9
题解 | 迷途之家的大贤者
#include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; string s; cin>>s; cout<<max(s[0...
2025-11-28
4
17