FlowerPot
FlowerPot
全部文章
分类
归档
标签
去牛客网
登录
/
注册
FlowerPot的博客
全部文章
(共2篇)
题解 | 鸡兔同笼
#include <iostream> using namespace std; int main() { int a; while (cin >> a) { if (a & 1) { cout <&...
2025-08-19
0
14
题解 | a+b
#include <iostream> #include <string> #include <algorithm> using namespace std; string add(string a, string b) { reverse(a.beg...
2025-08-19
0
12