|
|
вернуться в форумIf you TLE on #3 May be your program is O(n^2) you can use an array. f[i] means there are f[i] '1' after s[i]. (I can't speak English well.) Re: If you TLE on #3 Послано melkiy 12 окт 2009 02:17 No additional array is required. Only several auxiliary variables. |
|
|