#include <bits/stdc++.h>
#define ll long long
using namespace std;
int main()
{
 ll x ;
 cin>>x ; 
 cout<< x * 2 ;
    return 0;
}