Alex0319
Alex0319
全部文章
poj
PAT(11)
算法(1)
题解(30)
归档
标签
去牛客网
登录
/
注册
欲买桂花同载酒,终不似,少年游
保持好奇,保持积极
全部文章
/ poj
(共2篇)
poj1256 32ms
#include<cstdio> #include<algorithm> #include<cstring> using namespace std; bool cmp(int a,int b) { /*扩大两倍两个同类型字母正好差2,中间可以放一个大(小...
poj
STL
2019-08-09
0
572
poj1363 栈的简单应用 63ms
刘汝佳紫书原题 #include<cstdio> #include<stack> using namespace std; //栈的简单应用 //两种情况A->C,C->B, int main() { int n,A,B; bool f = tr...
poj
STL
2019-07-25
0
508