牛客512253093号
牛客512253093号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客512253093号的博客
全部文章
(共2篇)
题解 | 单词识别
#include <cctype> #include <iostream> #include <vector> #include <algorithm> #include<map> using namespace std; int mai...
2025-03-07
0
36
题解 | 三角形相加a
#include <iostream> using namespace std; class CTriangle { public: CTriangle(int y,int x) { ay=y; cx =x; } int ax=0; int ay; int bx = 0,by = 0; ...
2025-03-05
0
42