页码
程  序
5
打印“Good morning!”
返回 总目录

例:打印“Good morning!”

#include <stdio.h>

main () {
    printf("Good morning!\n");
}