【C程序設計語言】【第二版】【習題答案】【第一章】

練習1-1 #include <stdio.h> int main() { printf("hello world!"); return 0; } 練習1-2 #include <stdio.h> int main() { printf("1 \n 2"); return 0; } 練習1-3 #include <stdio.h> int main() { int fahr, ce
相關文章
相關標籤/搜索