Run ID:125963

提交时间:2025-07-15 16:57:02

#include <bits/stdc++.h> using namespace std ; int main(){ int a=4; int b=8650; cout<<a*b; return 0; }