#include using namespace std; int main() { int N; double R; cin >> N >>R; double ans=0; double beef[N]={0}; beef[0]=100; for(int i=0;i