herrDeng網內搜尋

自訂搜尋

Ads

2017年9月13日 星期三

Ex1 撰寫C++程式與Dev C++設定

73 則留言:

B10433065劉勝威 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello!!";
int n = 0;
for (n = 0; n<10; n++) {
std::cout << x << " you " << n << "\n";
}
return 0;
}

B10433065劉勝威 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello!!";
int n = 0;
for (n = 0; n<10; n++) {
std::cout << x << " you " << n << "\n";
}
return 0;
}

b10533015陳建志 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

b10533074李皓文 提到...

#include <string>
#include <iostream>



int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

B10533006 劉純賓 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hi ";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "nigger" << i << "\n";
}
return 0;
}

B10533011 江道逸 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hi";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " 我覺得很普通" << i << "\n";
}
return 0;
}

B10533062 洪尚郁 提到...


#include <string>
#include <iostream>



int main(int argc, char** argv) {
std::string x = "hello";
float i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;

B10433107 袁婕寧 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

B10533029游淑娥 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

B10433072廖翊翔 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you \n" << i << "\n";
}
return 0;
}

B10533006 劉純賓 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hi ";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "nigger" << i << "\n";
}
return 0;
}

B10533011 江道逸 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hi";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " 我覺得很普通" << i << "\n";
}
return 0;
}

B10433072廖翊翔 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you \n" << i << "\n";
}
return 0;
}

b10533004李登恩 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

B10533093許永炎 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = " hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << " \n";
}
return 0;
}

B10433073何明宗 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << " \n";
}
return 0;
}

b10433094簡筱芸 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

B10533007 提到...

int main(int argc, char** argv) {
std::string x = "hey";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "hello" << i << "\n";
}
return 0;
}

B10533064蔡佩芸 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello ";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

B10533008張士晟 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "nigger" << i << "\n";
}
return 0;
}

B10533031沈宏儒 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "there" << i << "\n";
}
return 0;
}

B10533095范心榕 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

B10533009張仲崴 提到...

#include <string>
#include <iostream>



int main(int argc, char** argv) {
std::string x = "hello";
int y = 0;
for (y = 0; y<10; y++) {
std::cout << x << "yo" << y << "\n";
}
return 0;
}

B10533073黃叡哲 提到...

#include


int main(int argc, char** argv) {
std::string X = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << X << "/n" << i << "you";
}
return 0;
}

B10533085羅偉辰 提到...

int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

b10533032程泓瑋 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

B10433091 苗怡婷 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string X = "HELLO";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << X << "you" << i << "\n";
}
return 0;
}

b10533017 古峻衛 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

b10533075陳詔瑋 提到...

#include
#include



int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

B10433099駱婉婷 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "HELLO";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

B10537208 楊蕊筑 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

b10533101 江翊菱 提到...

#include
#include


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "man" << i << "\n";
}
return 0;
}

b10533032程泓瑋 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

B10533031沈宏儒 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "there" << i << "\n";
}
return 0;
}

B10533019 葉佳倫 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "HA!!";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "man" << i << "\n";
}
return 0;
}

b10533018陳郁傑 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "HELLO i am GAI";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "pgone" << i << "\n";
}
return 0;
}

B10433098林瑋駿 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello!!";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << x << "you " << i << "\n";
}
return 0;
}

B10533019 葉佳倫 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "HA!!";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "man" << i << "\n";
}
return 0;
}

b10533101 江翊菱 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "man" << i << "\n";
}
return 0;
}

b10533019 葉佳倫 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

B10514033盧昱仁 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string X = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << X << "bicth" << i << "\n";
}
return 0;
}

B10433087游騰威 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello!!";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << x << "you " << i << "\n";
}
return 0;
}

B10433089林修賢 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello!!";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << x << "you " << i << "\n";
}
return 0;
}

洪承楓B10533082 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

B10433102楊婷妤 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello!!";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << x << "you " << i << "\n";
}
return 0;
}

B10433106簡瑋佑 提到...

#include <string>
#include <iostream>



int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << " \n";
}
return 0;
}

B10533082洪承楓 提到...

#include &lt;string&gt;
#include &lt;iostream&gt;


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i&lt;10; i++) {
std::cout &lt;&lt; x &lt;&lt; "you" &lt;&lt; i &lt;&lt; "\n";
}
return 0;
}

B10433102楊婷妤 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello!!";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << x << "you " << i << "\n";
}
return 0;
}

B10533072 吳堉瑋 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "/n";
}
return 0;
}

B10433089林修賢 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello!!";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << x << "you " << i << "\n";
}
return 0;
}

B10533063陳廣制 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

B10533010蕭凱維 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

B10533037 張俊為 提到...

#include <string>
#include <iostream>



int main(int argc, char** argv) {
std::string x = "hey";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "man" << i << "\n";
}
return 0;
}

B10433079楊承翰 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello!!";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << x << "you " << i << "\n";
}
return 0;
}

B10533010蕭凱維 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

B10533037 張俊為 提到...

#include <string>
#include <iostream>



int main(int argc, char** argv) {
std::string x = "hey";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "man" << i << "\n";
}
return 0;
}

B10433090 蔡語鋐 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

B10533066曾楷杰 提到...

#include
#include


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

B10433079楊承翰 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello!!";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << x << "you " << i << "\n";
}
return 0;
}

匿名 提到...

#include <string>
#include <iostream>



int main(int argc, char** argv) {
std::string x = "hey";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "man" << i << "\n";
}
return 0;
}

B10433090蔡語鋐 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "Hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << " you" << i << "\n";
}
return 0;
}

B10533037張俊為 提到...

#include <string>
#include <iostream>



int main(int argc, char** argv) {
std::string x = "hey";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "man" << i << "\n";
}
return 0;
}

b10533038 楊尹玄 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

B10433081巫明芬 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string X = "Hello";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << X << "you" << i << "\n";
}
return 0;
}

b10533014黃政嘉 提到...

include


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
// std::cout << x << "" << "";
}
return 0;

b10533014黃政嘉 提到...

include


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
// std::cout << x << "" << "";
}
return 0;

b10533014黃政嘉 提到...

include


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
// std::cout << x << "" << "";
}
return 0;

b10533014黃政嘉 提到...

include


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
// std::cout << x << "" << "";
}
return 0;

B10333093徐子軒 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

B10533132許敏茹 提到...

#include <string>
#include <iostream>


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << x << "\n";
}
return 0;
}

B10533087湯秉鈞 提到...

#include
#include


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << x << "\n";
}
return 0;
}

B10533087湯秉鈞 提到...

#include
#include


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 0; i<10; i++) {
std::cout << x << "you" << x << "\n";
}
return 0;
}

B10433088葉凱文 提到...

#include
#include


int main(int argc, char** argv) {
std::string x = "hello";
int i = 0;
for (i = 1; i<10; i++) {
std::cout << x << "you" << i << "\n";
}
return 0;
}

Related Posts Plugin for WordPress, Blogger...

熱門文章