順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | hakushak | 3672 | D+ | 3.9 | 93.3% | 180.0 | 712 | 51 | 25 | 2021/01/07 |
2 | ニック | 3438 | D | 3.5 | 97.6% | 180.0 | 634 | 15 | 23 | 2020/12/28 |
3 | AAAAAAAA | 3283 | D | 3.3 | 98.0% | 180.0 | 603 | 12 | 20 | 2020/12/11 |
4 | djan | 2194 | F+ | 2.4 | 90.3% | 180.0 | 442 | 47 | 15 | 2021/01/14 |
5 | hidesa | 994 | G | 1.0 | 97.8% | 180.0 | 183 | 4 | 7 | 2020/12/15 |
関連タイピング
-
プログラミングを学びたい方は是非!2013/07/03公開
プレイ回数1230141071打 -
プレイ回数13669短文英字289打
-
Javaの基本構文です
プレイ回数280長文英字90秒 -
Javaで予約しているキーワードに慣れよう
プレイ回数75英語短文180秒 -
Javaプログラミング向け英単語集①
プレイ回数6265英字498打 -
Javaのデータ型をおぼえましょう
プレイ回数97英語短文60秒
問題文
(public class Main {)
public class Main {
( public static void main(String[] args) {)
public static void main(String[] args) {
( System.out.println("Hello world.\n");)
System.out.println("Hello world.\n");
( })
}
(})
}
(public class HelloWorld {)
public class HelloWorld {
( public static void main(String[] args) {)
public static void main(String[] args) {
( String helloStr = "Hello";)
String helloStr = "Hello";
( String spaceStr = " ";)
String spaceStr = " ";
( String worldStr = "World";)
String worldStr = "World";
( System.out.println(helloStr + spaceStr + worldStr);)
System.out.println(helloStr + spaceStr + worldStr);
( })
}
(})
}
(public class Kakezan {)
public class Kakezan {
( public static void main(String[] args) {)
public static void main(String[] args) {
( for (int row = 1; row <= 9; ++row) {)
for (int row = 1; row <= 9; ++row) {
( for (int col = 1; col <= 9; ++col) {)
for (int col = 1; col <= 9; ++col) {
( System.out.printf("%3d", row * col);)
System.out.printf("%3d", row * col);
( })
}
( System.out.println();)
System.out.println();
( })
}
(\t})
\t}
(})
}
◆コメントを投稿
※他者を中傷したり、公序良俗に反するコメント、宣伝行為はしないでください。
※このゲームにコメントするにはログインが必要です。