C,python,java,ex...タイピング
プログラミング言語の基本的な構文を練習するためのタイピング
C,python,javaのプログラミング言語を中心に、日本語では使わない文・記号を打つことになれるためのタイピング練習
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | ぱぴぷ | 2039 | F+ | 2.1 | 95.5% | 222.6 | 476 | 22 | 20 | 2026/01/28 |
| 2 | JILL33 | 1824 | F | 1.8 | 97.1% | 234.1 | 440 | 13 | 20 | 2026/02/16 |
関連タイピング
-
Jamiroquai MVが有名な?曲
プレイ回数38 英語歌詞1905打 -
出来るだけ明るめの英文ニュースのタイピングです。
プレイ回数293 英語長文572打 -
~英文タイピング練習用 (記号あり)~
プレイ回数358 英語歌詞1152打 -
出来るだけ明るめの英文ニュースのタイピングです。
プレイ回数135 英語長文533打 -
記号をまんべんなく含めた完全ランダムなタイピングです。
プレイ回数2134 英語長文180秒 -
Think like a King!/Get into Zone
プレイ回数81 英語歌詞2134打 -
出来るだけ明るめの英文ニュースのタイピングです。
プレイ回数174 英語長文575打 -
出来るだけ明るめの英文ニュースのタイピングです。
プレイ回数425 英語長文545打
問題文
ふりがな非表示
ふりがな表示
(int i;)
int i;
(float f;)
float f;
(double d;)
double d;
(char c;)
char c;
(str s)
str s
(String s;)
String s;
(char str[12] = "Hello world!";)
char str[12] = "Hello world!";
(else if (j == 1 || i != 5){})
else if (j == 1 || i != 5){}
(for (int i = 0 ; i < length.a ; i++){})
for (int i = 0 ; i < length.a ; i++){}
(for i in range(10):)
for i in range(10):
(while (j < n){})
while (j < n){}
(if i > 2 and j < 3:)
if i > 2 and j < 3:
(if (j != 3 && i < n){})
if (j != 3 && i < n){}
(break;)
break;
(continue;)
continue;
(elif g == 3:)
elif g == 3:
(len(s))
len(s)
(boolean b = true;)
boolean b = true;
(var animal = [ "dog" , "cat" ];)
var animal = [ "dog" , "cat" ];
(console.log( animal.length );)
console.log( animal.length );
など
(System.out.println("good!");)
System.out.println("good!");
(public static void main(String[] args){})
public static void main(String[] args){}
(import numpy as np)
import numpy as np
(import matplotlib.pyplot as plt)
import matplotlib.pyplot as plt
(df = pd.read_csv('data.csv'))
df = pd.read_csv('data.csv')
(scanf("%d \n",&a);)
scanf("%d \n",&a);
({},[].();:)
{},[].();:
(=+-!%&#""`'')
=+-!%&#""`''
(/* Comment Out */)
/* Comment Out */
(printf("%d , %s \n", a[1] , s);)
printf("%d , %s \n", a[1] , s);
(int[] a = new int[5];)
int[] a = new int[5];
(int a[10] = { {10 , 90} , {100 , 200} };)
int a[10] = { {10 , 90} , {100 , 200} };
(a = { "apple" : "100" , "banana" : "200" })
a = { "apple" : "100" , "banana" : "200" }
(Calc c = new Calc( a[10] );)
Calc c = new Calc( a[10] );
(def __init__ (self, str s):)
def __init__ (self, str s):
(private static boolean method(double[] d ,String s){})
private static boolean method(double[] d ,String s){}
(print("I hava " + i + "pens."))
print("I hava " + i + "pens.")
(i = j + k ;)
i = j + k ;
(list.append(i))
list.append(i)
(class CalcP extends Calc {})
class CalcP extends Calc {}
(#include <stdio.h>)
#include <stdio.h>
(#include <stdlib.h>)
#include <stdlib.h>
(int r = random.nextInt(100);)
int r = random.nextInt(100);
(int i = new java.util.Scanner(System.in).nextInt();)
int i = new java.util.Scanner(System.in).nextInt();
(for( a : array ){})
for( a : array ){}
Yoichiro Tanakaのお気に入り
- ◊タイピング練習-習得編5 (総まとめ2)
- ◊特訓タイピング-記号1
- ◊プログラミングタイピング
- ◊C,python,java,ex...タイピング
- ◊Linux+Bashコマンド
