#include using namespace std; typedef long long LL; int main() { freopen("alfredo.in","r",stdin); int t=1; LL r; cin >> r; while (r>0) { LL w,l; cin >> w >> l; if (w*w+l*l <= 4*r*r) cout << "Pizza "<> r; t++; } }