tmtvl 2 days ago

Oh, the programs are supposed to take an integer from the command line? Then I wonder how many of them would fail when given an integer that's just a wee bit too large (like, say (2^129)-1).

1
hatthew 2 days ago

I don't think that's a concern. My assumption is that the point of taking user input is to prevent a compile from precomputing the result.