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