Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
파스칼. 데이터 저장 및 처리
배열. 기초
Module:
배열. 기초
Problem
10
/10
규칙에 따라 배열 채우기 - 2
Problem
음수가 아닌 숫자
N
이 주어지면 배열 요소의 수(
N<=100
)입니다.
N
요소의 배열을 첫 번째 자연수 3자리 숫자로 채우는 프로그램을 작성하세요. 채워진 배열을 한 줄로 화면에 표시하고 요소를 서로 하나의 공백으로 구분합니다.
예
<헤드>
#
입력
출력
것> <몸>
1
5
269 278 279 287 288
테이블>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary