#Z12307. 整型与布尔型的转换

整型与布尔型的转换

Description

Assign the value of an integer variable to a boolean variable, then assign the value of this boolean variable back to an integer variable. What is the resulting value?

Input Format

An integer within the range of integer values, which is the initial value of the integer variable.

Output Format

An integer, the result obtained after the described process.

3

1