C#タイピング
C#プログラマ向けタイピング
C#のプログラマ向けのタイピングです.
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | aaaaa | 3900 | D++ | 4.0 | 96.8% | 60.0 | 242 | 8 | 30 | 2026/02/04 |
| 2 | ゆうちゃん | 3216 | E++ | 3.3 | 97.0% | 60.0 | 199 | 6 | 20 | 2026/02/17 |
| 3 | a | 3033 | E++ | 3.1 | 96.9% | 60.0 | 188 | 6 | 23 | 2026/02/16 |
| 4 | へけ | 1866 | F | 1.9 | 94.4% | 60.0 | 119 | 7 | 15 | 2026/03/14 |
| 5 | scy | 1200 | G+ | 1.4 | 85.2% | 60.0 | 87 | 15 | 12 | 2026/03/09 |
関連タイピング
-
ブラウザで動くテトリスのコーディングです。
プレイ回数2996 長文532打 -
javaやpythonのコードを打つタイピングです
プレイ回数1127 長文60秒 -
プレイ回数853 短文9打
-
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数9653 英語長文120秒 -
プログラミングタイピング
プレイ回数1328 英字60秒 -
ホームポジションが自然と身につく!
プレイ回数1837 短文60秒 -
1+1=2
プレイ回数29 109打 -
python 基本
プレイ回数899 英字120打
問題文
ふりがな非表示
ふりがな表示
(using system.drawing;)
using System.Drawing;
(using system.windows.forms;)
using System.Windows.Forms;
(namespace)
namespace
(public)
public
(class)
class
(initializecomponent();)
InitializeComponent();
(console.writeline();)
Console.WriteLine();
(int)
int
(float)
float
(double)
double
(bool)
bool
(true)
true
(false)
false
(else)
else
(if)
if
(return)
return
(messagebox.show();)
MessageBox.Show();
(width)
width
(height)
height
(textbox)
textBox
など
(null)
null
(string)
string
(for)
for
(picturebox)
pictureBox
(invalidate();)
Invalidate();
(update();)
Update();
(fillrectangle)
FillRectangle
(temp)
temp
(public)
public
(private)
private
(static)
static
(void)
void
(object)
object
(dispose();)
Dispose();
