Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
씨#. 데이터 저장 및 처리
배열. 기초
Module:
배열. 기초
Problem
7
/9
규칙에 따라 배열 채우기 - 1
Problem
음수가 아닌 숫자
N
- 배열 요소의 수(
N<=20
)가 주어집니다. 다음 규칙에 따라 요소로 배열을 채우는 프로그램을 작성하십시오.
1 2 4 8 16일 32 ...
이 배열의 요소를 공백으로 구분된 한 줄로 화면에 표시합니다.
예
<헤드>
#
입력
출력
것> <몸>
1
5
1 2 4 8 16
테이블>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary