목록Vector (1)
응애맘마조
230427 강의
오늘은 과제 풀이 하면서 강의가 끝났습니다. https://keisukeaso.tistory.com/141 를 참고해 주시기 바랍니다. 진짜 사람 찾기 몇 번 사람이 몇 명을 알고 그 번호의 사람을 메모장에 표시하는 과제였습니다. #include #include #include #include #include using namespace std; struct Human { int id; int knowNum; int* realHuman; bool check = false; void Print() keisukeaso.tistory.com
공부/3D강의
2023. 4. 27. 20:56