摘要: 1 #include 2 using namespace std; 3 struct Juzhen 4 { 5 int hang; 6 int lie; 7 int **b; 8 9 10 }; 11 12 13 14 void main(){ 15 while(1) 16 { 17... 阅读全文
posted @ 2016-07-05 18:07 三藏大湿 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 //石家庄铁道大学 信1405-1 唐炳辉 3 using namespace std; 4 #define N 10 5 6 7 struct JSPX 8 { 9 int num; 10 JSPX *next; 11 JSPX() 12 { 13 ... 阅读全文
posted @ 2016-07-05 16:51 三藏大湿 阅读(213) 评论(0) 推荐(0) 编辑