Sタイピング
関連タイピング
-
ITエンジニアならみんな知ってる?!解説付きタイピング!
プレイ回数730 短文60秒 -
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数5142 英語長文120秒 -
python 基本
プレイ回数1407 英字120打 -
HTML&CSSを忘れないために
プレイ回数3万 英語長文759打 -
プログラマーの卵のためのタイピング練習
プレイ回数3696 英語長文300秒 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数3463 英語長文90秒 -
javaやpythonのコードを打つタイピングです
プレイ回数1363 長文60秒 -
プレイ回数2943 長文英字237打
問題文
ふりがな非表示
ふりがな表示
(<p></p>)
<p></p>
(<h2></h2>)
<h2></h2>
(<h1></h1>)
<h1></h1>
(1,2,3,6,9,34,78,94,100)
1,2,3,6,9,34,78,94,100
(int array [])
int array []
(printf(”%p/¥n”,”hello”))
printf("%p\¥n","Hello")
(<body></body>)
<body></body>
(<!doctype html>)
<!DOCTYPE html>
(<meta charset=”utf-8”>)
<meta charset="UTF-8">
(document.write(reversestring(””)))
document.write(reverseString(""))
(<script></script>)
<script></script>
(1003387498143)
1003387498143
(102398372098136210932)
102398372098136210932
(90814636465618561541)
90814636465618561541
(6100465405498189)
6100465405498189
(var age = window.prompt())
var age = window.prompt()
(if (age >= 20){document.write(” ”);})
if (age >= 20){document.write(" ");}
(list = sort(list);)
list = sort(list);