Hello all,
I was wondering if, for the time limits on problems, the compile time of the program counts against you. Let's say, for example, we use some template magic in C++ to generate the factorial of, say, 50,000 at compile time. This will probably take a lot of time. Would this count against us?
Thanks in advance.