# -*- coding:utf-8 -*- import sys import math if __name__ == "__main__": n = input() print int(n *3.5)