Can someone verify? that this question can be solved or it's impossble.

Revision en1, by ProveMeRight, 2023-04-10 10:05:29

let's suppose the case:

k = 1, n = 1000;

arr[] = {1,3,5,7,9,11,..........1999]

For this case, the answer can be 2^N, and according to the question we have to return an integer. Is it possible?

Please help someone.

Thank you.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English ProveMeRight 2023-04-10 10:05:29 385 Initial revision (published)