Run ID:139930
提交时间:2025-12-13 11:07:19
#include<iostream> using namespace std; int main() { double a,b; a=4; b=8650; cout<<a*b; return 0; }