咋通不過累
#include<iostream>
using namespace std; ? ?//關于這里,且聽下回分解
int main()
{
? ?cout<<" ? ? ?Hello ?imooc ? ? ? ?"<<endl; ?//在此填寫我們的開篇Hello imooc
? ?return 0;
}
#include<iostream>
using namespace std; ? ?//關于這里,且聽下回分解
int main()
{
? ?cout<<" ? ? ?Hello ?imooc ? ? ? ?"<<endl; ?//在此填寫我們的開篇Hello imooc
? ?return 0;
}
2017-08-19
舉報
2017-08-19
#include<iostream>
#incdude<stdlib.h>
using namespace std;??
int main()
{
? ?cout<<"Hello ?imooc "<<endl;?
? ?return 0;
}
2017-08-19
#include<stdlib.h>