Run ID:141284
提交时间:2025-12-21 20:07:08
#include<iostream> using namespace std; int main(){ int a=8650; int b=4; cout<<a*b<<endl; }