== 최소공략수 == {{{ main(a,b){scanf("%d%d",&a,&b);while(a%b)a^=b^=a^=b;printf("%d",b);} }}} * 언어 : C * ì»´íŒŒì¼ í™˜ê²½ : G++