Respuesta :

Input according to format specifier provided as first argument. %d is format specifier for decimal integer so use %d %d if you want to match two numbers separated by space.
Other arguments are pointers where matched numbers should be written.