Squarepoint Capital

This commit is contained in:
2018-05-31 19:25:29 +01:00
parent 6ab678a213
commit cc53adcb1f
2 changed files with 122 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ int main ( void )
test("zebrazebrazebra", "*bra*zeb*zeb*");
test("zebrbzebrazebra", "*bra*zeb*zeb*");
test("zebrbzebrazebra", "*bra*zeb*");
test("zebrbzebrazebra", "*****bra*zeb*****");
auto end = std::chrono::high_resolution_clock::now();
std::chrono::duration<double> seconds = end - begin;