#include using namespace std; using ll = long long; void solve(){ ios::sync_with_stdio(false); cin.tie(nullptr); double P; int K; cin>>P>>K; double ans=0,t=1; for(int i=1;i>test_case; while (test_case--){ solve(); } }