TheRugi

Reviews Favorites Main
TheRugi

Age/Gender: 23, Male
Location: 127.0.0.1
Job: lawful neutral

void gcd(const int &a, const int &b, int &d, int &x, int &y) { if(b == 0) { d = a; x = 1; y = 0; } else { int x_p = x; int y_p = y; gcd(b, a % b, d, x_p, y_p); x = y_p; y = x_p - y_p * (a / b); } }

Newgrounds Stats

Sign-Up Date:
2/22/05

Level: 4
Aura: Neutral

Rank: Civilian
Blams: 2
Saves: 0
Rank #: 220,934

Whistle Status: Normal

Exp. Points: 150 / 180
Exp. Rank #: 187,280
Voting Pow.: 3.89 votes

BBS Posts: 1 (0 per day)
Flash Reviews: 23
Music Reviews: 0
Trophies: 0
Stickers: 0