Coat的《最小公约数及最小公倍数-模板》成绩 - 打字成绩 - 在线打字练习(dazi.91xjr.com)

Home/ Score/ score desc
This achievement: 2024/ 11/ 23 Sat
English Article Word Count Duration Accuracy Speed Backspace Error Slogan
最小公约数及最小公倍数-模板 234 0.7分钟 100% 267 CPM 13 0 优秀,成绩不错哦!
Inspirational quotes: 人如果追求表面的美丽,你只会对自己越来越失去信心,若追求的是内心的宁静自然,就会越来越觉得充实。 ——林青霞
What do you think of this article? Give it a rating and let it serve as a guiding light for others
Article intro
#include<bits/stdc++.h> using namespace std; int gcd(int a,int b) { int c; while(b>0) { c=a%b; a=b; b=c; } return a; } int main() { int a,b,c; cin>>a>>b>>c; int x=a*b/gcd(a,b); int y=x*...
常规打字
+2积分

去打字就可以设置个性皮肤啦!(O ^ ~ ^ O)