4918
5880
3万
GROAD
曲径通幽,安觅芳踪。
#include <stdio.h> int GongyueMax(int a, int b) { int max; max = (a > b)?b:a; while ( max >= 1 ) { if ( (a % max == 0) && (b % max == 0) ) return max; max--; } } int main(void) { int x,y,p; scanf("%d,%d", &x, &y); p = GongyueMax(x,y); printf("GongyueMax = %d, GongBeiMin = %d\n", p, (x*y)/p); }
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|Archiver|曲径通幽 ( 琼ICP备11001422号-1|公安备案:46900502000207 )
GMT+8, 2025-6-17 23:49 , Processed in 0.063722 second(s), 22 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.