Run ID:103270

提交时间:2024-12-28 15:24:54

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