The HTML Tag

2

2 votes
Problem

Derive the logic used to produce the desired output - Reverse Coding

INPUT:

A single integer t

Next t lines: single integer x

OUTPUT:

t lines , each having a single integer.

HINT:

I'm abbreviated as this Block level HTML element. Find How many of me are there

CONSTRAINTS:

 t<=1000, 1<N<=10^12
 1<=N<=10^12 

Sample Input
5
1
2
3
6
12
Sample Output
1
2
2
4
6
Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?