《C語言入門經典》Ivor Horton

// Exercise 1.1 Output a name and address #include <stdio.h> int main(void) { printf("George Washington\n"); printf("3200 George Washington Memorial Parkway\n"); printf("Mount Vernon\n"); pri
相關文章
相關標籤/搜索