미래의 나에게

to my future self

제목[이형록] 처음할떄2016-04-07 11:43
cout << " ■■■■■■■■■■■■■■■■■■■■■ " << endl;
cout << " ■■■■■■■■■■■■■■■■■■■■■■■ " << endl;
cout << " ■■■■■■■■■■■■■■■■■■■■■■■■■■■ " << endl;
cout << " ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ " << endl;
cout << " ■■■■■□□□□□□□□■■■■□□□□□□□□■■■■■■ " << endl;
cout << " ■■■■□□□□□□□□■■■■■■□□□□□□□□■■■■■ " << endl;
cout << " ■■■□□□□ □□□■■■■■■□□□ □□□□■■■■ " << endl;
cout << " ■■■□□□□ □□■■■■■■■■□□ □□□□■■■■ " << endl;
cout << " ■■■■□□□□□□□■■■■■■■■□□□□□□□■■■■■ " << endl;
cout << " ■■■■■□□□□□■■■■■■■■■■□□□□□■■■■■■ " << endl;
cout << " ■■■■■■■■■■■■■■□■■■■■■■■■■■■■■■ " << endl;
cout << " ■■■■■■■■■■■■□□□□■■■■■■■■■■■■■ " << endl;
cout << " ■■■□■■■■■■■■■■■■■■■■■■■■□■■■ " << endl;
cout << " ■■■□■■■■■■■■■■■■■■■■■■■■■■□■■■ " << endl;
cout << " ■■□■■□■■■■■■■■■■■■■■■■■■■□■■□■■ " << endl;
cout << " ■■■□■■□□■■■■■■■■■■■■■■■□□■■□■■■ " << endl;
cout << " ■■■□■□■■□□□□□□□□□□□□□□■■□■□■■■ " << endl;
cout << " ■■■□□■■□■■■□■■□■■□■■□■■■□□■■■ " << endl;
cout << " ■■■□■■□■■■□■■□■■□■■□■■■□■■■ " << endl;
cout << " ■■■□□□□□□□□□□□□□□□□□□□■■■ " << endl;
cout << " ■■■■■■■■■■■■■■■■■■■■■■ " << endl;


int main()

{

cout << "처음할땐 cout으로 하나하나 다 찍었던 과거. " << endl;

cout <<"이걸 쓸때쯤엔 cout, cin, if, for, while, switch, void 등등을 배웠었다" << endl;

cout <<"미래의 나는 더 많은 것을 구현할 수 있겠지?" << endl;


do

{

if (int money > intminLive)

{

cout << "그리고 이젠돌려줄 때가 왔다!" << endl;

money -= minLive;

cout << "빠져나간 돈 : " << money << endl;

}

}while(Live)


cout << "연락 되는 애들한테 연락도 함 해봐! << endl;


}//main 끝