예제 #1
0
int main() {
	// testPushPopList();
	testSList();
	return 0;
}
예제 #2
0
int main(int argc, char *argv[])
{
  testSList();
}