/three-square-problem

Legendre's Three-Square Theorem

Primary LanguageC++

Legendre's Three Square Problem

I wrote a few scripts to see which numbers cannot be represented by the sum of three squares.

To read more about the origin of this project, see this blog post.

To compile the program, run:

g++ -o three_square three_numbers_square.cpp 

Thanks so much! I appreciate any feedback.