출처 :http://www.cplusplus.com/ref/cstdio/printf.html int printf ( const char * format, ... ); Print formatted data to stdout Writes to the standard output (stdout) a sequence of data formatted as the format argument specifies. After the format parameter, the function expects at least as many additional arguments as specified in format. Parameters format String that contains the text to be written..