摘要: 1 #include 2 using namespace std; 3 int f(int m,int n) 4 { 5 if(m==0||n==1) 6 return 1; 7 if(m>t;15 while(t--)16 {17 cin>>m>>n;18 cout<<f(m,n)<<endl;19 }20 return 0;21 }View Code 阅读全文
posted @ 2014-04-02 20:30 执着追求的IT小小鸟 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 int main() 6 { 7 char cow[2005]; 8 char New[2005]; 9 int n;10 while(cin>>n)11 {12 getchar();13 for(int i=0;i>cow[i];16 getchar();17 }18 /*for(int i=0;icow[tail-1])29 ... 阅读全文
posted @ 2014-04-02 20:22 执着追求的IT小小鸟 阅读(114) 评论(0) 推荐(0) 编辑