2: 3: #include <stdio.h> 4: 5: /* Allocate a character array to hold input. */ 6: 7: char input[257]; 8: 9: int main( void ) 10: { 11: puts("Enter some text ...
確定! 回上一頁