#P266. 【例44.1】 输出二进制补码

【例44.1】 输出二进制补码

Description

Given an integer of type int, output its 32-bit two's complement binary representation.

Input Format

A single line containing an integer.

Output Format

A single line containing the two's complement representation of the integer.

Sample

7
00000000000000000000000000000111