Project Euler #117: Red, green, and blue tiles

  • + 0 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.