gcc test.c -o test ./test
g++ test.pp -o test ./test
vim test.c//输入i 进入编辑模式#include <stdio.h>void main(){printf("helo qssq");}