C#タイピング

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 4683 | C++ | 4.6 | 100% | 60.0 | 281 | 0 | 33 | 2025/03/29 |
2 | kome | 3733 | D+ | 4.1 | 91.1% | 60.0 | 248 | 24 | 28 | 2025/03/10 |
関連タイピング
-
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数965英語長文90秒 -
タイピングをマスターしたい方向けの問題です。
プレイ回数7577長文英字326打 -
Reactを頑張ろう
プレイ回数826英語長文120秒 -
キーボードにある記号全て使います!!
プレイ回数2764英語60秒 -
javaやpythonのコードを打つタイピングです
プレイ回数583長文60秒 -
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数716英語長文300秒 -
JAVAの練習用です。
プレイ回数863長文120秒 -
プログラミングで良く使う構文を練習します
プレイ回数598英字615打
問題文
(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();