Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
파스칼. 기초
주기. 매개변수가 있는 루프(for)
Module:
주기. 매개변수가 있는 루프(for)
Problem
6
/17
for 루프 문 - 작업 2
Problem
한 상품의 비용이 20.40 루블인 경우 특정 유형의 제품 1, 2, 3, 4, ... 20개의 가격 표를 표시하도록 프로그램을 수정하십시오. <예비> 1 - 20.4r 2 - 40.8r ... 20 - 408.0r 힌트: 소수점 이하 1자리의 실수 x를 인쇄하려면 writeln(..., x:0:1, ...);
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary