|
|
back to boardAC 0.031 114 KB You just need to check all possible numbers of L (1..10000) to solve this. So you get O(n^2) solution. Re: AC 0.031 114 KB You just need to check all possible numbers of L (1..10000) to solve this. So you get O(n^2) solution. Maybe O( n^3/2 )? |
|
|