C#タイピング

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | あ | 2250 | F++ | 2.5 | 90.4% | 60.0 | 151 | 16 | 19 | 2025/07/15 |
関連タイピング
-
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数7249英語長文120秒 -
ブラウザで動くテトリスのコーディングです。
プレイ回数2879長文532打 -
プログラミングタイピング
プレイ回数78英字60秒 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数1792英語長文90秒 -
WEB系エンジニア向け
プレイ回数2035英語長文1462打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数3175短文英字429打 -
プログラミング必須英単語リスト:ベーシック(g~m)
プレイ回数223長文1238打 -
scratchやってる人集まれーー
プレイ回数160960秒
問題文
(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();