C#タイピング
C#のプログラマ向けのタイピングです.
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 4516 | C++ | 4.5 | 99.6% | 60.0 | 272 | 1 | 32 | 2024/08/29 |
2 | ku | 3933 | D++ | 3.9 | 100% | 60.0 | 236 | 0 | 28 | 2024/11/09 |
3 | モクレン | 2450 | F++ | 2.5 | 95.0% | 60.0 | 155 | 8 | 16 | 2024/10/11 |
4 | プログラマー | 1250 | G+ | 1.6 | 81.5% | 60.0 | 97 | 22 | 9 | 2024/11/19 |
関連タイピング
-
プレイ回数414英語長文220打
-
プレイ回数4164英語長文300秒
-
プレイ回数5923英語長文120秒
-
プレイ回数61541247打
-
プレイ回数1966英語長文120秒
-
プレイ回数1841英字60秒
-
プレイ回数3716英語短文82打
-
プレイ回数1393英語長文1462打
問題文
ふりがな非表示
ふりがな表示
(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();