Run ID:141209

提交时间:2025-12-21 15:07:58

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