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