10 lines
105 B
C++
10 lines
105 B
C++
//test4.cpp
|
|
#include"LinkQueue.h"
|
|
#include<iostream>
|
|
|
|
using namespace std;
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|