본문 바로가기

반응형

Algorithm_BOJ(백준)/누적합

(5)
[백준 21318 c++ V] 피아노 체조 풀이 원본: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%EB%88%84%EC%A0%81%ED%95%A9/%5B%EB%B0%B1%EC%A4%80%2021318%20c%2B%2B%20V%5D%20%ED%94%BC%EC%95%84%EB%85%B8%20%EC%B2%B4%EC%A1%B0.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #include #include using namespace std;..
[백준 16139 c++ O] 인간-컴퓨터 상호작용 - 풀이 원본: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%EB%88%84%EC%A0%81%ED%95%A9/%5B%EB%B0%B1%EC%A4%80%2016139%20c%2B%2B%20O%5D%20%EC%9D%B8%EA%B0%84-%EC%BB%B4%ED%93%A8%ED%84%B0%20%EC%83%81%ED%98%B8%EC%9E%91%EC%9A%A9.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com..
[백준 11659 c++ O] 구간 합 구하기 4 - 풀이 원본: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%EB%88%84%EC%A0%81%ED%95%A9/%5B%EB%B0%B1%EC%A4%80%2011659%20c%2B%2B%20O%5D%20%EA%B5%AC%EA%B0%84%20%ED%95%A9%20%EA%B5%AC%ED%95%98%EA%B8%B0%204.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #include #include us..
[백준 2167 c++ O] 2차원 배열의 합 - 풀이 원본: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%EB%88%84%EC%A0%81%ED%95%A9/%5B%EB%B0%B1%EC%A4%80%202167%20c%2B%2B%20O%5D%202%EC%B0%A8%EC%9B%90%20%EB%B0%B0%EC%97%B4%EC%9D%98%20%ED%95%A9.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #include #include using ..
[백준 14929 c++ V] 귀찮아 (SIB) - 풀이 원본: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%EB%88%84%EC%A0%81%ED%95%A9/%5B%EB%B0%B1%EC%A4%80%2014929%20c%2B%2B%20V%5D%20%EA%B7%80%EC%B0%AE%EC%95%84%20(SIB).cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #include #include using namespace std; /* [백준 149..

반응형