C,python,java,ex...タイピング
プログラミング言語の基本的な構文を練習するためのタイピング
C,python,javaのプログラミング言語を中心に、日本語では使わない文・記号を打つことになれるためのタイピング練習
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | frojema | 3277 | D | 3.3 | 97.6% | 124.5 | 418 | 10 | 20 | 2026/03/20 |
| 2 | ムーン | 2812 | E+ | 3.0 | 92.7% | 145.8 | 445 | 35 | 20 | 2026/03/21 |
| 3 | あ | 2301 | F++ | 2.8 | 83.8% | 139.9 | 399 | 77 | 20 | 2026/03/22 |
| 4 | ぱぴぷ | 2039 | F+ | 2.1 | 95.5% | 222.6 | 476 | 22 | 20 | 2026/01/28 |
| 5 | JILL33 | 1837 | F | 1.9 | 96.1% | 220.9 | 423 | 17 | 20 | 2026/03/12 |
関連タイピング
-
出来るだけ明るめの英文ニュースのタイピングです。
プレイ回数173 英語長文518打 -
タイピングをいくら練習しても上手にならないスランプな人へ
プレイ回数205万 長文826打 -
MidNight/大森元貴
プレイ回数571 歌詞英字108打 -
何かしらの勉強などに使ってください笑
プレイ回数9756 短文英字60秒 -
出来るだけ明るめの英文ニュースのタイピングです。
プレイ回数429 英語長文743打 -
映画エレクトリックドリームスのエンディングで流れている曲です
プレイ回数12 英語歌詞856打 -
出来るだけ明るめの英文ニュースのタイピングです。
プレイ回数252 英語長文533打 -
これがスラスラ打てれば、どんな文章にもひるまなくなる!
プレイ回数12万 長文120秒
問題文
ふりがな非表示
ふりがな表示
(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コマンド
