Solution 3: As you use fscanf to read input into a char array, you can iterate over that array and apply atoi to each element and put the ...
確定! 回上一頁