Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C#。 基本
条件付きループ文 - while
Module:
条件付きループ文 - while
Problem
7
/20
数字の桁 - 2 - プログラムを修正します
Problem
前の問題を解決してみましょう.
これを行うには、元の数値を別の変数 (
n
1
など) に保存する必要があります。
この場合、元の値は失われず、出力に表示できます。
これを行うには、次の手順を実行します。
1. 5 行目で、変数
n
1
に変数
n の値を格納します。
2. 11 行目の出力ステートメントで、変数
n
の値の出力を、変数
n
1
の値の出力に置き換えます。< /em>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary