gcc test.c -o test ./test
g++ test.pp -o test ./test
vim test.c//輸入i 進(jìn)入編輯模式#include <stdio.h>void main(){printf("helo qssq");}