I am unable to find the error in my
[1]. Please help. It gives AC for most of the tasks except one.
Thank you.
[1]: http://www.codechef.com/viewsolution/5222536
I am unable to find the error in my
[1]. Please help. It gives AC for most of the tasks except one.
Thank you.
[1]: http://www.codechef.com/viewsolution/5222536
fails for the case
1
4 2
1 2 4 8
ans should be 6 -> (1,2) , (2,4) , (4,8) , (2,8) , (1,4) , (1,8)
can anybody help me my answer is correct in most of the cases but anywhere it is falling behind …;(
please help
my solution link is http://www.codechef.com/viewsolution/5224026
Thank you. cant believe made that mistake!
i dont know much python … But why are you just checking till f**10 , it can be upto 32.
Second: Your nsquare algorithm wont work for all tasks.