Run ID:91692
提交时间:2024-09-22 12:36:48
#include<bits/stdc++.h> using namespace std; int a,b; int main(){ a=4; b=8650; cout<<a*b; return 0; }