int fputs(const char *restrict s, FILE *restrict stream); ... printf("The time is "); fputs(asctime(localtime(&now)), stdout); printf("There are still %d ...
確定! 回上一頁