Run ID:119952

提交时间:2025-05-22 19:31:30

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