#include<bits/stdc++.h>
using namespace std;

int main()
{
	cout << 16 * 16/2;
	return 0;
}