Run ID:91207

提交时间:2024-09-21 13:19:36

#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; a=4; b=8650; c=a*b; cout<<c; return 0; }