C#タイピング

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | hoshi | 2783 | E+ | 2.9 | 94.1% | 60.0 | 178 | 11 | 22 | 2025/08/16 |
関連タイピング
-
JavaScript暗記用です。
プレイ回数3384英語長文707打 -
ホームポジションが自然と身につく!
プレイ回数174短文60秒 -
Pyhonのプログラミングで使いそうな単語・記号を集めました
プレイ回数525英語短文30秒 -
プログラミングタイピング
プレイ回数239英字60秒 -
アルファベット以外のキーを覚えよう
プレイ回数3901英語短文82打 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数1956英語長文220打 -
JavaScript 暗記用です
プレイ回数2429英語長文1432打 -
JavaScript暗記用です
プレイ回数3407英語長文841打
問題文
(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();