If the code compiles with a well-known compiler without any additional files, that library is standard (i.e., C++'s STL, Python's collections or itertools modules, Java's containers, generics or otherwise).
If the library is available for download/install for free but not included with the compiler (i.e., boost), you may just add a comment into your code saying something like "This uses the boost library, available for downloading at http://....)". Altenatively, you can provide package names to apt-get, aptitude, a well-known OS software center, etc. Any description of a way to get the code to compile and run is ok. Remember to make sure to point to permament URLs so that your link doesn't become broken between your submissions and someone checking it out later. Best, Pablo On Wed, Mar 22, 2017 at 6:02 AM, Robert Antonio <[email protected]> wrote: > Hi, what is considered standard library, so I haven't to append its source > to my submissions? I think the Standard C++ library is ok, but what about > for example boost or gmp? > Thanks > Robert > > -- > You received this message because you are subscribed to the Google Groups > "Google Code Jam" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/google-code/8ffddeb5-7fa5-4a58-97da-966b2079fb68%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/CANa5jcC3wCeLKg_HKopXJwQ-_mWi4U_J6nToSZ5wJ8cubNEtqg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
