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.
I am trying to solve it in C. I used unsigned long long int but it still does not suffice beyond 33 . Might need a little hint or so as to where I am going wrong.
The logic is simple and is obv correct (not posting it here). But I need to work around the data type for larger integers.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Project Euler #117: Red, green, and blue tiles
You are viewing a single comment's thread. Return to all comments →
I am trying to solve it in C. I used unsigned long long int but it still does not suffice beyond 33 . Might need a little hint or so as to where I am going wrong.
The logic is simple and is obv correct (not posting it here). But I need to work around the data type for larger integers.