#include<bits/stdc++.h> using namespace std; int main(){ int n,m; cin>>m>>n; cout<<(pow(m,2)-pow(n,2))*3.14; return 0; }
使用您的 Hydro 通用账户