摘要: #include <iostream>#include <vector>using namespace std;int states[6][6];int ct=0;int flag=0;class drop{ public: drop(int x,int y,int d1,int d2) { position_x = x; position_y = y; direction... 阅读全文
posted @ 2010-12-15 23:54 Moupeng.Yang 阅读(811) 评论(3) 推荐(0)
摘要: [代码]输出结果: 阅读全文
posted @ 2010-12-15 23:38 Moupeng.Yang 阅读(870) 评论(2) 推荐(0)