Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C#。 基本
带条件的循环语句 - while
Module:
带条件的循环语句 - while
Problem
7
/20
数字位数 - 2 - 修复程序
Problem
让我们尝试解决之前的问题。
为此,您需要将原始数字保存在其他变量中,例如
n
1
。
在这种情况下,原始值不会丢失,我们将能够在输出中显示它。
为此,请执行以下操作:
1. 在第5行,将变量
n的值存入变量
n
1
2. 在第11行的输出语句中,将变量
n
的值的输出替换为变量
n
1
的值的输出。< /em>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary