#!/usr/bin/env ruby def f(n) 1200/(2**(10-n)) end n=gets().to_i puts(n+1?f(n):f)