2.输出简单的句子

#include <stdio.h>
int main()
{
    printf("Nice to meet you!");
    return 0;
}
posted @ 2018-09-13 21:27  Estwind  阅读(204)  评论(0)    收藏  举报