Run ID:91209

提交时间:2024-09-21 13:21:00

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