請(qǐng)問(wèn)我這個(gè)哪里錯(cuò)了
#include<stdio.h>
int main()
{
? ? printf("hello world\n");
? ? printf("nice to meet you\n");
? ? printf("hello\n");
? ? return0;
}
#include<stdio.h>
int main()
{
? ? printf("hello world\n");
? ? printf("nice to meet you\n");
? ? printf("hello\n");
? ? return0;
}
2018-11-02
舉報(bào)
2018-11-08
#include<stdio.h>
int main()
{
? ? printf("hello world\n");
? ? printf("nice to meet you\n");
? ? printf("hello\n");
? ? return0;
}
2018-11-02
#include <stdio.h>
int main()
{
??? printf("Hello World");
??? printf("nice to meet you");
??? printf("hello");
??? return 0;
}
2018-11-02