Nice to meet you!
#include <stdio.h> int main() { //现在要求你输出下面红色的字 Nice to meet you! printf("Nice to meet you!"); return 0; }