#include using namespace std; using ll=long long; ll d,p; void solve() { cin>>d>>p; cout<>tc; while(tc--)solve(); return 0; }