Run ID:157537
提交时间:2026-07-29 11:28:04
#include<iostream> using namespace std; int main() { int a=8650; int b=4; cout<<a*b; return 0; }