description 문제 history 제출 현황 question_mark 질문 how_to_vote 투표 #208 upload 2931회 done 1821회 how_to_reg 1725명 파일입출력 - 형성평가4 timer 1초 memory - MB 문제 picture_in_picture_alt text_fields 정수 n(n≤10)을 입력받아 n!(팩토리얼)을 구하여 출력하시오.n! = n * (n-1) * (n-2) * (n-3) … 즉, 4! = 4 * 3 * 2 * 1 이다. 입력파일 : input.txt출력파일 : output.txt 예제1 login 입력 5 content_copy logout 출력 120 content_copy 출처 자기주도C언어프로그래밍 역링크 공식 문제집만
문제 picture_in_picture_alt text_fields 정수 n(n≤10)을 입력받아 n!(팩토리얼)을 구하여 출력하시오.n! = n * (n-1) * (n-2) * (n-3) … 즉, 4! = 4 * 3 * 2 * 1 이다. 입력파일 : input.txt출력파일 : output.txt 예제1 login 입력 5 content_copy logout 출력 120 content_copy 출처 자기주도C언어프로그래밍 역링크 공식 문제집만