Run ID:143182
提交时间:2026-01-11 19:13:06
#include<iostream> using namespace std; int main(){ double a; printf("%.2lf",a*a*3.1415926); return 0; }