Run ID:120533

提交时间:2025-05-29 18:34:17

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