Run ID:131463
提交时间:2025-09-26 18:58:01
#include<bits/stdc++.h> using namespace std; int main(){ int a=4,b=8650; cout <<a*b ; return 0; }