Gấp 6 lần

View as PDF

Points: 10 (p) Time limit: 2.0s Memory limit: 256M Input: stdin Output: stdout

Viết chương trình đọc vào một số nguyên \(n\) với \(|n| \leq 100\) rồi in ra màn hình giá trị gấp 6 lần số \(n\).

Input Specification

Gồm số nguyên dương \(n\) được ghi trên một dòng duy nhất.

Output Specification

In ra kết quả trên một dòng.

Constraints

\(-100 \leq n \leq 100\)

Input Sample

9

Output Sample

54

Comments

There are no comments at the moment.