[BOJ/C++] 단계별로 풀어보기 - 약수, 배수와 소수 2
📰 Dev.to · dbsans
Learn to solve problems related to divisors, multiples, and prime numbers using C++
Action Steps
- Read the problem statement carefully to understand what is being asked
- Use a loop to iterate through numbers and check for divisors or multiples
- Apply the definition of prime numbers to solve related problems
- Test your code with sample inputs to ensure correctness
- Compare your solution with others to learn alternative approaches
Who Needs to Know This
This micro-lesson is suitable for junior software engineers or students who want to improve their problem-solving skills in C++
Key Insight
💡 Understanding the definitions and properties of divisors, multiples, and prime numbers is crucial to solving related problems
Share This
Improve your C++ skills by solving problems on divisors, multiples, and prime numbers 💻
Full Article
2026.02.24일차입니다. 왜 늦었냐면 번아웃 오고 방학이라 운동량이 없어서 그런가 건강도 안 좋아져서 늦었습니다. 약수, 배수와 소수 2 풀어보았습니다. ...
DeepCamp AI