scanf ("%i%i", &x, &y); reads two integers (type int, indicated by %i). It stores the first one into x and the second one into y. Reading formats include.
確定! 回上一頁