Divide by 2

0

0 votes
Very-Easy
Problem

Given the very large Integer number, divide it by 2 and display the result

Input Format

A single line consisting the number to be divided by 2

Output Format

A single line containing the result

Constraints

1< Number< 10^100+1

Time Limit: 5
Memory Limit: 256
Source Limit:
Editor Image

?