We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Change return type of journeyToMoon from int to long long int to clear test case 11. Also change data type of the result variable inside main function.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Journey to the Moon
You are viewing a single comment's thread. Return to all comments →
Change return type of
journeyToMoon
fromint
tolong long
int to clear test case 11. Also change data type of theresult
variable inside main function.