Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 基本
(C++) 循环。带参数的循环 (for)
Module:
(C++) 循环。带参数的循环 (for)
Problem
3
/17
标题循环 - 练习
Theory
Click to read/hide
如果循环体中只有一条语句
如果循环体只有一条语句,则括号可以省略。
Problem
更改循环的标题,使从 0 到 100 的数字以 10 为增量显示在屏幕上。
注意带缩进的程序符号。
为了更容易理解程序,整个循环体及其边界括号向右移动了 2 -4 字符。
此条目称为阶梯条目。
记录“阶梯”是任何程序员品味高的标志。
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary