Run ID:146803
提交时间:2026-01-31 11:30:05
#include<iostream> using namespace std; int main() { int a=4,s=8650; cout<<a*s; return 0; }