为了账号安全,请及时绑定邮箱和手机立即绑定

请问我这个哪里错了

#include<stdio.h>

int main()

{

    printf("hello world\n");

    printf("nice to meet you\n");

    printf("hello\n");

    return0;

}


正在回答

3 回答

#include<stdio.h>

int main()

{

    printf("hello world\n");

    printf("nice to meet you\n");

    printf("hello\n");

    return0;

}


0 回复 有任何疑惑可以回复我~

#include <stdio.h>
int main()
{
    printf("Hello World");
    printf("nice to meet you");
    printf("hello");
    return 0;
}


0 回复 有任何疑惑可以回复我~
#include<stdio.h>
int main()
{
    printf("Hello World");
    printf("Nice to meet you");
    printf("Hello");
    return0;
}

0 回复 有任何疑惑可以回复我~
#1

慕婉清6142584

抱歉,这个错了。下面的对
2018-11-02 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C语言入门
  • 参与学习       926018    人
  • 解答问题       20793    个

C语言入门视频教程,带你进入编程世界的必修课-C语言

进入课程

请问我这个哪里错了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信