#include <stdio.h> #include <math.h> int main() { int n=0,m=0,i=0; scanf("%d",&n); m=n*pow(1024,2); i=m/4; printf("%d\n",i); return 0; }