Lines Matching full:10001
45 std::string input1(10001, 'a'); // 'a' repeated 10001 times
46 std::string input2(10001, 'b'); // 'b' repeated 10001 times
47 std::string input3(10001, 'c'); // 'c' repeated 10001 times
48 std::string input4(10001, 'd'); // 'd' repeated 10001 times
49 std::string input5(10001, 'e'); // 'e' repeated 10001 times