11609 - Teams


Difficulty : easy

Solution Description :

Big Mod Problem

Input n
Output: n*pow(2,n-1)

For pow(2,n-1) you need to use Big Mod algorithm.