Run ID:3508

提交时间:2024-06-13 19:55:23

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