#include<iostream> using namespace std; int main() { int a,b,c; a=4; b=8650; c=a*b; cout<<c; return 0; }