Dyskusje Q&A
Matt reaches the final round of a treasure hunt. In this, he finds that as he proceeds there are flags with the number written on them at different positions. The difference between two consecutive flags can be either a or b. If he finds the number on the first flag is 0. Given three integer, first one is number of flags present, second is a and third is b. then return all the possible values for last flag for each test case.
hunt({3 1 2}) = {2 3 4}
0 głosów
2 odpowiedziPopularne dzisiaj
I tried copying one of my older codes from the Playground into Wing IDE, and it returned a TabError.
1 Votes
Error here
1 Votes
BIT SHIFTING OPERATION.
1 Votes
What do you think
1 Votes
Ascii
1 Votes