C#タイピング
C#プログラマ向けタイピング
C#のプログラマ向けのタイピングです.
関連タイピング
-
プログラミングタイピング
プレイ回数1640 英字60秒 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数4537 短文英字429打 -
AI対戦のマルバツゲームのコードです。
プレイ回数364 英語長文1065打 -
1+1=2
プレイ回数75 109打 -
プログラミング言語をひたすら打つだけ
プレイ回数616 英語短文60秒 -
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数3849 英語長文300秒 -
英数と記号を混ぜた文章です
プレイ回数2042 英語長文1468打 -
javaやpythonのコードを打つタイピングです
プレイ回数1410 長文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();
