This commit is contained in:
邹晓航
2014-12-30 13:00:14 +08:00
parent 9513feb4bf
commit 34319254b0

View File

@@ -21,10 +21,10 @@ namespace TinySTL{
}
}
using namespace TinySTL::SuffixArrayTest;
int main(){
testCase();
system("pause");
return 0;
}
//using namespace TinySTL::SuffixArrayTest;
//int main(){
// testCase();
//
// system("pause");
// return 0;
//}