Codeforces Round #146 (Div. 2) C. LCM Challenge

http://codeforces.com/contest/236/problem/C

    觉得这题挺有意思,贴一下代码。if(a<=0)or(b<=0)or(c<=0)then continue;这句一开始没写,WA了。注意多个数的LCM求法。

Code

posted @ 2012-10-23 16:58  ljlin  阅读(238)  评论(0)    收藏  举报