不会敲代码的张同学
不会敲代码的张同学
全部文章
分类
归档
标签
去牛客网
登录
/
注册
不会敲代码的张同学的博客
全部文章
(共2篇)
题解 | 合唱队形
#include <iostream> #include <vector> using namespace std; int main() { int num; while (cin >> num) { vector<int...
2025-03-08
0
39
题解 | Ws Cipher
#include <iostream> #include <vector> using namespace std; int main() { int k1, k2, k3; string str = "", tempStr = &quo...
2025-03-02
0
49