▲ | tmtvl 8 hours 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). | ||
▲ | hatthew 7 hours ago | parent [-] | |
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. |