Run ID:90669
提交时间:2024-09-16 12:20:05
# include<bits/stdc++.h> using namespace std; int main(){ int a=4,b=8650; cout<<a*b; return 0; }