C#タイピング
C#プログラマ向けタイピング
C#のプログラマ向けのタイピングです.
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | red | 4083 | C | 4.4 | 92.3% | 60.0 | 267 | 22 | 31 | 2026/04/18 |
関連タイピング
-
AI対戦のマルバツゲームのコードです。
プレイ回数189 英語長文1065打 -
ブラウザで動くテトリスのコーディングです。
プレイ回数3013 長文532打 -
WEB系エンジニア向け
プレイ回数2541 英語長文1462打 -
プログラミングを効率的に!
プレイ回数1134 英語短文541打 -
英数と記号を混ぜた文章です
プレイ回数333 英語長文1468打 -
※long long → ll, vector → vc
プレイ回数455 英語90秒 -
ホームポジションが自然と身につく!
プレイ回数2089 短文60秒 -
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数4794 英語長文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();
