通过\n进行换行输出即可 #include <stdio.h> int main(void) { printf("I\n \nL\no\nv\ne\n \nG\nP\nL\nT"); return 0; }