Run ID:111374

提交时间:2025-03-01 19:12:34

#include<iostream> using namespace std; int main(){ int road,peaple; road=4; peaple=8650; cout<<road*peaple<<endl; return 0; }