- 博客(9)
- 收藏
- 关注
原创 poj1694
#include int num[201]; int children[201][201]; int stones(int n); void qsort(int *r,int low ,int high); int partition(int *r,int low,int high); int main() { unsigned char tree_num; int node_num;
2014-09-11 22:28:30 409
原创 POJ2002
#include using namespace std; #define LEN 99991 struct node { int x; int y; node *next; }; int search(node **H,int x,int y); node *HashTable[LEN]; node stars[1000]; int main() {
2014-09-05 10:17:20 347
原创 poj1936
su #include using namespace std; char s[100001],t[100001]; int main() { while(cin>>s>>t) { int i=0,j=0; while(s[i]&&t[j]) { if(s[i]==t[j++]) i++; } if(!s[i]) cout"Yes"endl; el
2014-07-17 16:09:41 266
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人