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