You can use several words in query to find by all of them at the same time. In addition, if you are lucky search understands word forms and some synonyms. It supports search by title and author. Examples:

  • 305 — search for 305, most probably it will find blogs about the Round 305
  • andrew stankevich contests — search for words "andrew", "stankevich" and "contests" at the same time
  • user:mikemirzayanov title:testlib — search containing "testlib" in title by MikeMirzayanov
  • "vk cup" — use quotes to find phrase as is
  • title:educational — search in title

Results

1.
By adzo261, history, 8 years ago, In English
Help in Div2 #510 -Array Product I am getting a runtime error on test case 6. Since it is a large test case, I am unable to find what's giving RE in my code. Can someone please have a look at my code, or give me some small test case similar to case 6. [Link to my solution](http://mirror.codeforces.com/contest/1042/submission/43028994)
Help in Div2 #510 -Array Product

Full text and comments »

  • Vote: I like it
  • -13
  • Vote: I do not like it