java打数

javaやpythonのコードを打つタイピングです
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | kuかかってこい | 5033 | 並みのプログラマー | 5.2 | 96.8% | 60.0 | 312 | 10 | 13 | 2025/07/13 |
2 | りりい | 2466 | 少しすごいプログラマー | 2.5 | 97.4% | 60.0 | 152 | 4 | 6 | 2025/07/12 |
関連タイピング
-
「し」を一回打つだけタイピング
プレイ回数6101短文2打 -
HTML&CSSを忘れないために
プレイ回数2.6万英語長文759打 -
javascriptの練習用です。
プレイ回数1万長文1106打 -
タッチタイピングをマスターしたい方向けの問題です。
プレイ回数9184英字342打 -
Pyhonのプログラミングで使いそうな単語・記号を集めました
プレイ回数440英語短文30秒 -
タイピングをマスターしたい方向けの問題です。
プレイ回数4.4万302打 -
htmlのタグが問題に出されます
プレイ回数1086短文120秒 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数1614英語長文220打
問題文
(print(”helloworld”))
print("HelloWorld")
(name = impout(”なまえはなんですか?”))
name = impout("名前は何ですか?")
(import time)
import time
(import tkinter)
import tkinter
(def code())
def code()
(for num in range(10):)
for num in range(10):
(system.out.println(”hello, world!”); )
System.out.println("Hello, World!");
(int x = 5; system.out.println(x);)
int x = 5; System.out.println(x);
(if(true) system.out.println(”true”);)
if(true) System.out.println("True");
(x = 5; print(x))
x = 5; print(x)
(for i in range(5): print(i))
for i in range(5): print(i)
(if true: print(”true”))
if True: print("True")
(s = ”python”; print(s) )
s = "Python"; print(s)
(a, b = 5, 10; print(a + b) )
a, b = 5, 10; print(a + b)
(list = [1, 2, 3]; print(list) )
list = [1, 2, 3]; print(list)
(x = 3; y = 7; print(x * y) )
x = 3; y = 7; print(x * y)