RandolphJ
RandolphJ
全部文章
分类
比赛(2)
题解(48)
归档
标签
去牛客网
登录
/
注册
Randolph的博客
只要那一抹笑容尚存,我便心无旁骛。
全部文章
(共2篇)
50960 题解 Task
这题刚开始自己做的时候不太好理解,这里就给一下自己写的代码啦~ #include<cstdio> #include<algorithm> using namespace std; struct node { int x,y; } p[100010],q[100010]...
基本算法-总结与练习
2020-08-28
2
622
50957 题解 NUMBER BASE CONVERSION
这题刚开始自己做的时候不太好理解,这里就给一下自己写的代码啦~ #include<cstdio> #include<cstring> #include<iostream> using namespace std; int T,n,m,la,lb,len,a[100...
基本算法-总结与练习
2020-08-28
1
635