Project Euler #174: Counting the number of "hollow" square laminae that can form one, two, three, ... distinct arrangements.

  • + 0 comments

    Useless problem Time limit excceds by small margin even for O(N) pre-computation and O(1) queries Tried 6-7 languages, worked in Python 2