Run ID:132493

提交时间:2025-10-08 18:12:29

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