Run ID:120471
提交时间:2025-05-27 18:29:58
#include<bits/stdc++> using namespace std; int main(){ int a=8650,b=4,c=0; c=a*b; cout<<c; return 0; }