順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | hakushak | 3112 | E++ | 3.3 | 94.3% | 240.0 | 795 | 48 | 31 | 2021/01/07 |
関連タイピング
-
プログラミングを学びたい方は是非!2013/07/03公開
プレイ回数1246921071打 -
Javaの基本構文です
プレイ回数314長文英字90秒 -
プログラミング言語「java」の練習用です。
プレイ回数1808英語長文243打 -
プレイ回数13720短文英字289打
-
javaプログラム 初級プログラマ作
プレイ回数1061長文英字350打 -
Java言語によるHello Worldプログラムです!
プレイ回数1387長文英字92打
問題文
(int i = 10;)
int i = 10;
(double x = 987.123;)
double x = 987.123;
(float f = 1.928f;)
float f = 1.928f;
(long distance = 546825L;)
long distance = 546825L;
(String userName = "Frank Gambale";)
String userName = "Frank Gambale";
(short mySalary = 198000;)
short mySalary = 198000;
(boolean finished = false;)
boolean finished = false;
(final double PI = 3.141592;)
final double PI = 3.141592;
(String password = "naishi";)
String password = "naishi";
(char code = '$';)
char code = '$';
(byte data = 0xfe;)
byte data = 0xfe;
(int hexValue = 0xfebd129a;)
int hexValue = 0xfebd129a;
(boolean canRead = true;)
boolean canRead = true;
(int topLeft = 94;)
int topLeft = 94;
(int quoted_printable_encode = 0xbegfe495;)
int quoted_printable_encode = 0xbegfe495;
(char ch = '\n';)
char ch = '\n';
(String log = "Hello Java.\n";)
String log = "Hello Java.\n";
(String myFavoriteAnime = "Steins;Gate";)
String myFavoriteAnime = "Steins;Gate";
(final double ave = 5.91e+9;)
final double ave = 5.91e+9;
(String caption = "Input Value :";)
String caption = "Input Value :";
◆コメントを投稿
※他者を中傷したり、公序良俗に反するコメント、宣伝行為はしないでください。
※このゲームにコメントするにはログインが必要です。