그리디 동적계획법 완전탐색 정렬 투포인터 슬라이딩윈도우 이분탐색 누적합 그래프 트리 유클리드호제법 gcd(a,b), 에라토스테네스의체, 소수판별(루트까지 확인) 절댓값 abs(a)
#include <bits/stdc++.h> using namespace std;