打开编辑,然后再把光标移到int max(int a,intb)的那一行,按5dd得到5行到剪贴板,然后:sp max.c,然后ctrol+w+上光标键,最后按p,将复制的那5行码贴入max.c里,最后:wqa! 分开了两个文件之后,我们的编译就得这样了: gcc max.c hello.c -o hello.out 1. 最后执行 ./hello.out 也可以得到想要的正确...