Run ID:134844

提交时间:2025-11-01 16:32:26

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