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

Home/ Score/ score desc
This achievement: 2025/ 2/ 17 Mon
English Article Word Count Duration Accuracy Speed Backspace Error Slogan
最小公约数及最小公倍数-模板 234 1.1分钟 100% 187 CPM 58 0 良好,向更快挑战!
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
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)