123456789
int (int x, int y){ int g = y; while(x > 0){ g = x; x = y % x; y = g; } return g;}
1520
617
603
258
202
近期评论