herrDeng網內搜尋

自訂搜尋

Ads

2017年2月21日 星期二

Ex1 撰寫C++程式與Visual Studio C++ 2015設定


hello!




30 則留言:

B10333070 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"Hello\n";
system("Pause");
return 0;
}

B10333070 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"Hello\n";
system("Pause");
return 0;
}

B10333107 曾詠浩 提到...

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout <<"hello!"<<endl;
system ("Pause");
return 0;
}

B10333106 劉郁芃 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout <<"開學了!\n";
system("pause");
return 0;
}

B10333089 游智翔 提到...

#include <iostream>
#include <cstdlib>
using namespace std;

int main()
{
cout<<"你好!\n";
system("pause");
return 0;
}

B10333064王韻菱 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"開學了!\n";
system("Pause");
return 0;
}

B10333079 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"開學了!\n";
system("pause");
return 0;
}

b10233032謝翔宇 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main(void)
{
cout<<"Hi"<<endl;
system("pause")
return 0;
}

b10333080王育文 提到...

#include
#include
using namespace std;
int main()
{
cout<<"開學了!!\n";
system("pause");
return 0;
}

B10333097胡聖恩 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"開學了!\n";
system("pause");
return 0;
}

B10333055 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"開學了!\n";
system("pause");
return 0;
}

b10333081 曹正諭 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"我考上警察啦\n";
system("pause");
return 0;
}

B10333077 潘家銘 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"開學了!\n";
system("pause");
return 0;


}

B10333063羅胤銓 提到...

#include<iostream>
#include<cstdlib>
using namespace std;
int main(void)
{
cout<<"hi!"<<endl;
system("Pause");
return 0;
}

B10333094 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"開學了!\n";
system("pause");
return 0;
}

B10333086 陳晏堂 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"你好\n";
system("pause");
return 0;
}

b10333142 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout <<"開學了要收心...\n";
system("pause");
return 0;
}

B10333093 徐子軒 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{ cout <<"哈囉"<<endl;
system("Pause");
return 0;
}

b10333142 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout <<"開學了要收心...\n";
system("pause");
return 0;
}

B10433053謝肇安 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"開學了!\n";
system("pause");
return 0;
}

B10433024陳錡諹 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"開學了!\n";
system("pause");
return 0;
}

B10333072(黃玟茜) 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main(void)
{
cout << "你好!" << endl;
system("Pause");
return 0;
}

b10333083,周琬芸 提到...

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"米勒說借豬!\n";
system("pause");
return 0;
}

B10433038詹恭煒 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"開學了!\n";
system("pause");
return 0;
}

b10133187 楊鈞文 提到...

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"開學了!!!\N";
system("pause");
return 0;
}

B10333005 陳於農 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"開學了!\n";
system("pause");
return 0;
}

B10233xxxx 提到...

#include <iostream>

B10333027毛冠霖 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main(void)
{
cout << "Aloha!!" << endl;
system("Pause");
return 0;
}

B10333142 提到...

#include <iostream>

using namespace std;

int main()
{
cout<<"Hello dev C++!\n";
return 0;
}

B10333053 梁竣翔 提到...

#include
#include
using namespace std;
int main()
{
cout<<"開學了!!!\n";
system("pause");
return 0;
}

Related Posts Plugin for WordPress, Blogger...

熱門文章