charlie_03
charlie_03
全部文章
分类
题解(5)
归档
标签
去牛客网
登录
/
注册
charlie_03的博客
全部文章
(共3篇)
LCT
#include<iostream> #include<cstring> #include<cstdio> #include<cstring> using namespace std; struct node { int data,rev,s...
2020-12-27
0
663
书虫
暴力出奇迹。顺便说一下,不用string,int就A了。。。先sort,然后一个个枚举过去,发现了就输出并break,因为已经有序了。 #include <cstdio> #include <algorithm> unsigned tc(int x) { unsign...
2020-12-27
1
778
拼数
#include <cstdio> #include <string> #include <algorithm> #include <iostream> bool cmp(std::string x, std::string y) { int ...
2020-12-27
1
698