C#タイピング
C#プログラマ向けタイピング
C#のプログラマ向けのタイピングです.
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | red | 4083 | C | 4.4 | 92.3% | 60.0 | 267 | 22 | 31 | 2026/04/18 |
関連タイピング
-
WEB系エンジニア向け
プレイ回数2568 英語長文1462打 -
AI対戦のマルバツゲームのコードです。
プレイ回数223 英語長文1065打 -
プログラミング必須英単語リスト:ベーシック(g~m)
プレイ回数246 長文1238打 -
スクラッチのブロックを20個打ってください!!!
プレイ回数217 357打 -
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数3592 英語長文300秒 -
アルファベット以外のキーを覚えよう
プレイ回数4196 英語短文82打 -
JavaScript 暗記用です
プレイ回数1354 英語長文1345打 -
英数と記号を混ぜた文章です
プレイ回数516 英語長文1468打
問題文
ふりがな非表示
ふりがな表示
(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();
