C#タイピング
C#のプログラマ向けのタイピングです.
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | UT | 1150 | G+ | 1.3 | 89.6% | 60.0 | 78 | 9 | 6 | 2025/01/21 |
関連タイピング
-
プレイ回数3009英語長文841打
-
プレイ回数168英語長文90秒
-
プレイ回数847英語長文220打
-
プレイ回数4466長文60秒
-
プレイ回数12長文英字60秒
-
プレイ回数2440英語長文504打
-
プレイ回数2.1万英字60秒
-
プレイ回数50英語60秒
問題文
ふりがな非表示
ふりがな表示
(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();