Run ID:97890
提交时间:2024-11-16 17:28:04
#include <stdio.h> int main() { float a, s; scanf("%f",&a); s=a*a*3.1415926; printf("%.2f",s); return 0; }