Run ID:150916
提交时间:2026-04-02 13:52:20
#include<bits/stdc++.h> using namespace std; int main(){ int a=4,b=8650; cout<<a*b; }