输入格式 无 输出格式 The first C Program #include<stdio.h> int main() { printf("The first C Program\n"); return 0; }