Run ID:103268

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

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