Run ID:88175
提交时间:2024-08-18 11:44:02
#include<iostream> using namespace std; int main(){ int a,b; a = 8650; b = 4; cout<<a*b; return 0; }