摘要: // DataStructTest.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include const int maxnum=10;struct NODE{ int rowNO; //行号 int co... 阅读全文
posted @ 2007-07-03 10:41 吴东雷 阅读(2130) 评论(0) 推荐(0)