Run ID:103266
提交时间:2024-12-28 15:23:54
#include<iostream> using namespace std; int main() { double a,b; a=1; b=3./1415926; cout<<a*b*b; return 0; }