약수 구하기

알고리즘 문제 풀이/1DP_과제(~180615)

180302_2501_약수 구하기

//https://www.acmicpc.net/problem/2501 #include using namespace std; int main(){ int N, K; cin >> N >> K; int cnt=0; for(int i=1; i

bong sue
'약수 구하기' 태그의 글 목록