시험 2 순위 표 코드 수정 대기 버 전

620 단어
  SeqList.h SeqList.cpp 《             》 P172  ,    MaxSize=10  MaxSize=20;
          ,          。
      : 


#include
using namespace std;
#include"SeqList.h"

void main()
{	int r[10]={0,0,0,0,0,0,0,0,0,0};
	int N,a,n,m,o;
	cout<>N;
	cout<>r[a];
	SeqList L(r,N);
	cout<>n;
	cout<>m;
	try
	{
		L.Insert(n,m);
	}
	catch(char *s)
	{
		cout<>o;
	try
	{
		L.Delete(o);
	}
	catch(char *s)
	{
		cout<
 
  

좋은 웹페이지 즐겨찾기