慢热的查理有点心碎
慢热的查理有点心碎
全部文章
分类
归档
标签
去牛客网
登录
/
注册
慢热的查理有点心碎的博客
全部文章
(共4篇)
题解 | #合唱队形#
#include <iostream> using namespace std; int flag; int flag1; void MaxI(int a[], int mid, int lastp, int lastn[], int len) { for (int i = ...
2023-03-20
0
367
题解 | #字符串内排序#
#include <iostream> #include <algorithm> #include<stdio.h> #include<stdlib.h> #include<string> using namespace std; voi...
2023-03-20
0
284
题解 | #火星A+B#
#include <iostream> using namespace std; int Change(char a[], int b[]) { int ans = 0, k = 0; int ret = 1; for (int i = 49; i >= ...
2023-03-20
0
282
题解 | #火星A+B#
#include <iostream> using namespace std; int Change(char a[], int b[]) { int ans = 0, k = 0; int ret = 1; for (int i = 49; i >= ...
2023-03-20
0
289