Run ID:90700
提交时间:2024-09-16 14:45:49
#include<iostream> using namespace std; int main(){ int a,b; //定义变量 a = 8650; b = 4; cout<<a*b<<endl; }