无韵之诗的《[c++] exgcd》成绩 - 打字成绩 - 在线打字练习(dazi.91xjr.com)

首頁/ 成績/ 成績詳情
本次成績: 2024/ 11/ 29 星期五
英文文章 文章字數 測試時長 準確率 速度 退格數 出錯數 成績
[c++] exgcd 393 3.0分钟 100% 218 CPM 17 0 良好,向更快挑战!
勵誌名言: 入我相思门,知我相思苦,长相思兮长相忆,短相思兮无穷极。 ——李白
您覺的這篇文章怎麽樣,評個分吧,做其他人的指路燈
文章簡介
#include <bits/stdc++.h> int exgcd(int a, int &x, int b, int &y) { if(a % b == 0) {x = 0; y = 1; return b;} int m = exgcd(b, x, a % b, y); int tx = x, ty = y; x = ty; y = tx - a / ...
常规打字
+2积分

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