herrDeng網內搜尋

自訂搜尋

Ads

2016年9月9日 星期五

ex1 第一個C++作業

第一個C++作業

52 則留言:

B10333043 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0 + 1; i < 11;i++)
{
cout << "hello"<<i<<" \n";
}
system("pause");
return 0;
}

A10433015 提到...

#include <iostream>
#include <cstdlib>

using namespace std;

int main(){
for (int i = 1; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;
}

B10333043 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0 + 1; i < 11;i++)
{
cout << "hello"<<i<<" \n";
}
system("pause");
return 0;
}

B10333016 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello" <<i<<"\n";
}
system("Pause");
return 0;
}

B10333006 提到...

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{

for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;

}

B10433092 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (size_t i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0 ;
}

B10333031 提到...

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

b10333052 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;
}

B10333028 提到...

#include<iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello"<<i<<"\n";
}
system("Pause");
return 0;
}

B10333054 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}

system("pause");
return 0;
}

B10333028 提到...

#include<iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello"<<i<<"\n";
}
system("Pause");
return 0;
}

B10333041潘志恆 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello " <<i<< "\n";
}
system("Pause");
return 0;
}

B10233082 唐偉強 提到...

#include
#include
using namespace std;
int main(){
for (int i = 0; i < 10 ; i++){
cout << "hole "<<i<<"\n";
}

system("Pause");
return 0;
}

B10433080 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello"<<i<<"\n";
}
system("Pause");
return 0;
}

b10333052 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;
}

B10333007 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello"<<i<<"\n";
}
system("Pause");
return 0;

B10133186 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i <<"\n";
}
system("Pause");
return 0;
}

B10233127李昆和 提到...

#include
#include
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;
}

b10333009 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;
}

B10333049 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;
}

匿名 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello " <<i<< "\n";
}
system("Pause");
return 0;
}

A10433018 提到...

# include <iostream>
# include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; 10 > i; i++ )
{cout << "HI "<<i<<"\n";}

system("Pause");
return (0);
}

A10433024 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello " << i << "\n";
}
system("Pause");
return 0;
}

B10333041潘志恆 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello " <<i<< "\n";
}
system("Pause");
return 0;
}

b10333004 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<< "\n";
}
system("Pause");
return 0;
}

B10333033 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;

}

b10533065 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 1000; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;
}

B10333018 提到...

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;
}

B10233095 提到...

#include
#include
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;
}

B10433103 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
if (int i = 0; i < 10; i++){
cout << "hello"<<i<<"\n";
}
system("pause");
return 0;
}

A10433021 提到...

#include
#include
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<<"\n";
}
system("Pause");
return 0;
}

B10433103 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
if (int i = 0; i < 10; i++){
cout << "hello"<<i<<"\n";
}
system("pause");
return 0;
}

B10433103 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
if (int i = 0; i < 10; i++){
cout << "hello"<<i<<"\n";
}
system("pause");
return 0;
}

B10233096 提到...

#include
#include
using namespace std;
int main()
[
for (int i = 0; i < 10; i++)
[
cout << "hello"<<i<<"\n";
]
systeam("Pause");
return 0;
]

古承翰 提到...

#include
#include
using namespace std;
int main()
{
for (int i = 0 + 1; i < 11;i++)
{
cout << "hello"<<i<<" \n";
}
system("pause");
return 0;
}

B10233108 林宣瑋 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for(int i = 0; i<10; i++)
{
cout<<"hello"<<i<<"\n";
}
system("Pause");
return 0;
}

B10233102 羅時宇 提到...

#include
#include
using namespace std;
int main()
[
for (int i = 0; i < 10; i++)
[
cout << "hello"<<i<<"\n";
]
systeam("Pause");
return 0;
]

B10233102 羅時宇 提到...

#include
#include
using namespace std;
int main()
[
for (int i = 0; i < 10; i++)
[
cout << "hello"<<i<<"\n";
]
systeam("Pause");
return 0;
]

B10433011 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello " << i << "\n";
}
system("Pause");
return 0;
}

B10433011 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello " << i << "\n";
}
system("Pause");
return 0;
}

B10433011 提到...

#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello " << i << "\n";
}
system("Pause");
return 0;
}

B10233102 羅時宇 提到...

#include
#include
using namespace std;
int main()
[
for (int i = 0; i < 10; i++)
[
cout << "hello"<<i<<"\n";
]
systeam("Pause");
return 0;
]

B10233102羅時宇 提到...

#include
#include
using namespace std;
int main()
[
for (int i = 0; i < 10; i++)
[
cout << "hello"<<i<<"\n";
]
systeam("Pause");
return 0;
]

b10233137余崇嘉 提到...

#include
#include
using namespace std;
{
int main()
{
for (int i = 0; i < 10;i++)
}
system("pause");
return 0;
}

b10433024 提到...

#include
#include
using namespace std;
{
int main()
{
for (int i = 0; i < 10;i++)
}
system("pause");
return 0;
}

b10433050 提到...

#include
#include
using namespace std;
{
int main()
{
for (int i = 0; i < 10;i++)
}
system("pause");
return 0;
}

b10433066劉民崧 提到...

#include
#include
using namespace std;
{
int main()
{
for (int i = 0; i < 10;i++)
}
system("pause");
return 0;
}

b10433047江景誠 提到...

#include
#include
using namespace std;
{
int main()
{
for (int i = 0; i < 10;i++)
}
system("pause");
return 0;
}

b10433001林威翰 提到...

#include
#include
using namespace std;
{
int main()
{
for (int i = 0; i < 10;i++)
}
system("pause");
return 0;
}

B10433050 提到...

#include
#include
using namespace std;
{
int main()
{
for (int i = 0; i < 10;i++)
}
system("pause");
return 0;
}

B10433028 提到...

#include
#include
using namespace std;
int main()
{
for (int i = 0; i < 10; i++)
{
cout << "hello "<<i<< "\n";
}
system("Pause");
return 0;
}

b10433012 鍾仁凱 提到...

#include
#include
using namespace std;
{
int main()
{
for (int i = 0; i < 10;i++)
}
system("pause");
return 0;
}

Related Posts Plugin for WordPress, Blogger...

熱門文章