SPONSORED LINKS
Obviously you are calling the printf() in the C standard library, since -lc is implied when you compile a C program. If your standard library does not provide printf(), it is broken.

Score:2