C#タイピング
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | プロプログラマー | 1750 | F | 2.0 | 87.7% | 60.0 | 122 | 17 | 16 | 2025/11/25 |
関連タイピング
-
メソッド名やクラス名をタイピングしよう
プレイ回数253長文英字60秒 -
C言語キーワード、予約語、ライブラリ名
プレイ回数211英語993打 -
プログラミングを効率的に!
プレイ回数1044英語短文541打 -
JAVAの練習用です。
プレイ回数1492長文120秒 -
JavaScript 暗記用です
プレイ回数2088英語長文1567打 -
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数2603英語長文300秒 -
※long long → ll, vector → vc
プレイ回数60英語90秒 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数8365英語長文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();
