#include #include #include #include using namespace std; typedef long long ll; #define rep(i,a,n) for(int i=(a);i<(n);i++) int T; long D, x, y; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); cin >> T; while(T--){ cin >> D >> x >> y; long g = gcd(x, y); long nx = y/g, ny = -x/g; long l=0L, r=1e9+1; while(l+1abs(R)) cout << (x*x+y*y)/g*l << endl; else cout << -(x*x+y*y)/g*R << endl; } }