#include <bits/stdc++.h> using namespace std; int main(){ long long a=8650; int b=4; cout<<a*b<<endl; return 0; }