[c/c++] 팩토리얼 문제 코딩 (프로그래머스, 코딩 테스트 문제) 문제 코드 #include #include using namespace std; int factorial(int i){ int num=i; if(i 코딩테스트/프로그래머스 2023.06.11