Questions that I had problems solving or that are intereting and inspirational.
Update 2018-06-03: put the following code before Solution class to reduce run-time:
static int x = {
std::ios::sync_with_stdio(false);
cin.tie(NULL);
return 0;
}();
| Name | Name | Last commit date | ||
|---|---|---|---|---|