Run ID:121128
提交时间:2025-06-06 19:46:53
#include<bits/stdc++.h> using namespace std; int main(){ int a=4,b=8650; cout<<a*b; return 0; }