Run ID:2266
提交时间:2023-12-23 15:49:31
#include<iostream> using namespace std; int main(){ float a; float d; cin>>d; a=d*3.14; cout<<a; return 0; }