#include <bits/stdc++.h>
using namespace std;
int main(){
	int n;
	cin>>n;
	cout<<n*3;
	return 0;
	}

/**************************************************************
	Problem: 1596
	User: ljl2
	Language: C++
	Result: Accepted
	Time:7 ms
	Memory:2072 kb
****************************************************************/