当前位置:首页 / 个人主页
米奇耗子的背景图
米奇耗子

米奇耗子

打字记录

21

累计打字测试

45 分钟

中文最高打字速度

148 字/分

英文最高打字速度

148 WPM

最近一次中文打字

击败了全国 0% 的人

最近一次英文打字

击败了全国 0% 的人

圆周率

3.14159 26535 89793 23846 26433 83279 50288 41971 69399 37510 58209 74944 59230 78164 06286 20899 86280 34825 34211 70679 82148 08651 32823 …

时间: 2023-07-16 浏览数: 311 收藏数: 3 评分: 0 测试数: 287 最快速度: 52 WPM 字数: 10362 开始打字练习

C++桶排序

#include#includeusing namespace std;const int N = 1e4 + 5, M = 1e4 + 5;int a[N];int n;void show(){ for(int i = 1; i cout }int getIdx(in…

时间: 2023-05-20 浏览数: 195 收藏数: 0 评分: 0 测试数: 145 最快速度: 67 WPM 字数: 541 开始打字练习

C++基数排序

#include#includeusing namespace std;const int N = 1e4 + 5, M = 1e4 + 5;int a[N];int n;void show(){ for(int i = 1; i cout }int rad[10][N…

时间: 2023-05-20 浏览数: 104 收藏数: 0 评分: 0 测试数: 94 最快速度: 73 WPM 字数: 503 开始打字练习

C++计数排序

#includeusing namespace std;const int N = 1e4 + 5, M = 1e4 + 5;int a[N];int n;void show(){ for(int i = 1; i cout }int cnt[M];void count…

时间: 2023-05-20 浏览数: 61 收藏数: 0 评分: 0 测试数: 36 最快速度: 55 WPM 字数: 347 开始打字练习

C++任意进制间转换

#include#includeusing namespace std;int main(){ int a,b,n = 0; cin >> a >> b; string s; cin >> s; string c; for(int i = 0;i { if(…

时间: 2023-05-20 浏览数: 55 收藏数: 0 评分: 0 测试数: 22 最快速度: 51 WPM 字数: 367 开始打字练习

C++二进制分类

#include using namespace std;const int N=1000000;int n, num0, num1, ans;void cnt(int t){ if(t == 0) return; cnt(t / 2); if(t % 2 == 0) …

时间: 2023-05-20 浏览数: 61 收藏数: 0 评分: 0 测试数: 37 最快速度: 52 WPM 字数: 297 开始打字练习

C++任意进制间转换

#include#includeusing namespace std;int getNum(char c){ if(c >= '0' && c return c - '0'; else if(c >= 'a' && c return c - 'a' + 10…

时间: 2023-05-20 浏览数: 53 收藏数: 0 评分: 0 测试数: 19 最快速度: 37 WPM 字数: 565 开始打字练习

C++二进制转十进制

#include#includeusing namespace std;int main(){ string s; cin >> s; int n = 0; for(int i = s.length() - 1; i >= 0; i--) n += (s[i] - …

时间: 2023-05-20 浏览数: 41 收藏数: 0 评分: 0 测试数: 30 最快速度: 48 WPM 字数: 195 开始打字练习

C++斐波那契的时间复杂度

#include #include using namespace std;int cnt = 0;int f1(int n) { cnt++; if (n return f1(n-1) + f1(n-2);}int a[100];int f2(int n) { cnt+…

时间: 2023-05-20 浏览数: 64 收藏数: 0 评分: 0 测试数: 45 最快速度: 53 WPM 字数: 456 开始打字练习

C++堆排序

#includeusing namespace std;const int N = 1e4 + 5, M = 1e4 + 5;int a[N];int n;void show(){ for(int i = 1; i cout }void adjust(int num, …

时间: 2023-05-20 浏览数: 71 收藏数: 0 评分: 0 测试数: 40 最快速度: 54 WPM 字数: 522 开始打字练习

当前级别

青铜 III

级别图标 级别图标 级别图标

中文 - 青铜 III

青铜 III

级别图标 级别图标 级别图标

英文 - 青铜 III

被谁挑战

暂无被挑战记录!