Run ID:103265

提交时间:2024-12-28 15:23:07

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