+ 12
For printf, On success, the total number of characters written is returned.
[http://www.cplusplus.com/reference/cstdio/printf/]
For scanf, On success, the function returns the number of items of the argument list successfully filled.
[http://www.cplusplus.com/reference/cstdio/scanf/]