Problem Description

Given a number x, return 2*x using async/await style. Print the result.

Input Format

One integer x.

Output Format

One integer.

Sample Test Case

Input:
7
Output:
14

Constraints

x is integer in -1e9..1e9.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next