#include using namespace std; int main() { int n; double p; cin >> n >> p; double out = 1; if(n >= 200) out = 1; else { for(int i=0;i