728x90
반응형

코테 노트/백준 113

백준 14502 연구소 C++

https://www.acmicpc.net/problem/14502 14502번: 연구소 인체에 치명적인 바이러스를 연구하던 연구소에서 바이러스가 유출되었다. 다행히 바이러스는 아직 퍼지지 않았고, 바이러스의 확산을 막기 위해서 연구소에 벽을 세우려고 한다. 연구소는 크 www.acmicpc.net 최종 풀이 GitHub github.com/hwayeon351/BEAKJOON-Algorithms hwayeon351/BEAKJOON-Algorithms 백준 코딩테스트 풀이. Contribute to hwayeon351/BEAKJOON-Algorithms development by creating an account on GitHub. github.com // // main.cpp // BJ14502 // ..

백준 14503 로봇 청소기 C++

https://www.acmicpc.net/problem/14503 14503번: 로봇 청소기 로봇 청소기가 주어졌을 때, 청소하는 영역의 개수를 구하는 프로그램을 작성하시오. 로봇 청소기가 있는 장소는 N×M 크기의 직사각형으로 나타낼 수 있으며, 1×1크기의 정사각형 칸으로 나누어 www.acmicpc.net 최종 코드 GitHub github.com/hwayeon351/BEAKJOON-Algorithms hwayeon351/BEAKJOON-Algorithms 백준 코딩테스트 풀이. Contribute to hwayeon351/BEAKJOON-Algorithms development by creating an account on GitHub. github.com // // main.cpp // BJ1..

백준 14889 스타트와 링크 C++

https://www.acmicpc.net/problem/14889 14889번: 스타트와 링크 예제 2의 경우에 (1, 3, 6), (2, 4, 5)로 팀을 나누면 되고, 예제 3의 경우에는 (1, 2, 4, 5), (3, 6, 7, 8)로 팀을 나누면 된다. www.acmicpc.net 최종 코드 GitHub https://github.com/hwayeon351/BEAKJOON-Algorithms/blob/main/BJ14889.cpp hwayeon351/BEAKJOON-Algorithms 백준 알고리즘 소스 코드 모음. Contribute to hwayeon351/BEAKJOON-Algorithms development by creating an account on GitHub. github.com..

728x90
반응형