전체 글 (18) 썸네일형 리스트형 [Do it 자료구조와 알고리즘] 2장 C++로 구현하기 실습 2-1 #include using namespace std; int main(){ int i; int a[5]; for (i=0; i [Do it 자료구조와 알고리즘] 1장 C++로 구현하기 실습 1-1 #include using namespace std; int main(void) { int a,b,c; int max; cout b; cout > c; max = a; if (b > max) max = b; if (c> max) max = c; cout 이전 1 2 3 다음