Trôn Việt Nam

View as PDF

Points: 50 Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Cho số \(a\). In ra số "gấp đôi" của \(a\).

Input

  • Dòng thứ nhất chứa xâu \(S\) (\(S \leq 10^6\))
  • Số \(a\) (\(a \leq 10^9\))

Output

  • Số gấp đôi của \(a\).

Scoring

  • Subtask 1 (\(20\%\)): \(a = 0\);
  • Subtask 2 (\(80\%\)): Không ràng buộc gì thêm.

Example

Test 1

Sample input
ronaldomotdoiliemkhietchonglaififa
0
Output
0

Comments

There are no comments at the moment.