Advertisement
PGSStas

Untitled

Nov 13th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. TEST(Stress, TimeLimit) {
  2. BiDirectionalList<std::string> list;
  3. std::string s(100000000, 'F');
  4. for(int i = 0; i < 10; i++) {
  5. list.PushBack(s);
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement