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