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