1517 - 卫星绕行时间计算
Time Limit : 1 秒
Memory Limit : 128 MB
卫星绕行地球一圈2小时,绕n圈要几个小时?
Input
一个整数n,代表圈数
Output
一个整数。
Examples
Input
3
Output
6
Hint
STEMA真题