Run ID:140646
提交时间:2025-12-18 19:19:48
#include<iostream> // cin\cout\endl using namespace std; int main(){ int a=4,b=8650; cout<<a*b; return 0; }