Run ID:105893
提交时间:2025-01-14 16:43:59
#include<iostream> using namespace std; int main(){ int a,b; a=8650; b=4; cout<<a*b<<endl; return 0; }