#include <stdio.h> int main() { printf("Nice to meet you!"); return 0; }
2.输出简单的句子
原文:https://www.cnblogs.com/Estwind/p/9643263.html