C#タイピング

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | あ | 2250 | F++ | 2.5 | 90.4% | 60.0 | 151 | 16 | 19 | 2025/07/15 |
関連タイピング
-
プレイ回数2.2万英字60秒
-
プログラミングタイピング
プレイ回数73英字60秒 -
python 基本
プレイ回数139英字120打 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数1772英語長文90秒 -
chatGPTに作らせた部分一致検索サイトです。
プレイ回数900長文590打 -
Pythonプログラミングのタイピング超入門です。
プレイ回数3155短文90秒 -
JavaScript暗記用です
プレイ回数2649英語長文601打 -
Javaの基本構文です
プレイ回数2439長文英字90秒
問題文
(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();