#include using namespace std; int main(){ int N; long double ans=0,temp; cin>>N; for(int i=0;i>temp; ans+=sqrt(temp); cout<