プログラムタイピング

PHPやJavaScript、Python等様々な言語から出題します!!
ぜひお楽しみに!
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | あいかわようた | 4616 | ベテランプログラマー | 4.7 | 97.5% | 60.0 | 284 | 7 | 17 | 2025/06/08 |
2 | カカロット | 433 | プログラマー見習い | 0.4 | 96.4% | 60.0 | 27 | 1 | 1 | 2025/06/08 |
3 | こんちゅう | 0 | プログラマー見習い | 0.5 | 21.7% | 60.0 | 30 | 108 | 1 | 2025/06/09 |
関連タイピング
-
「のび太」と1回打つだけです!!
プレイ回数656短文6打 -
「冷やしまくら」と1回打つだけです!
プレイ回数106短文12打 -
「スネ夫」と1回打つだけです!!!!!!!
プレイ回数158短文5打 -
プレイ回数2.8万120秒
-
いろんなフルーツのタイピングです!!。
プレイ回数37短文216打 -
寒いダジャレで暑さを乗り越えよう!
プレイ回数181かな1638打 -
これがスラスラ打てれば、どんな文章にもひるまなくなる!
プレイ回数11万長文120秒 -
Pythonプログラムを打ちまくる
プレイ回数6460英語長文60秒
問題文
(var code = input();)
var code = input();
(let run = start();)
let run = start();
(const item = document.title;)
const item = document.title;
(document.getelementbyid(”code”);)
document.getElementById("code");
(console.error();)
console.error();
(function(){})
function(){}
(console.log();)
console.log();
(document.title=”code”;)
document.title="code";
(var type = code + name;)
var type = code + name;
(const mime = file.type();)
const mime = file.type();
(session_start();)
session_start();
($code = ”happy”;)
$code = "Happy";
($_session[”type”])
$_SESSION["type"]
($_post[”code”])
$_POST["code"]
($_get[”id”])
$_GET["id"]
(exit;)
exit;
(base64_encode())
base64_encode()
(base64_decode())
base64_decode()
(file_get_contents())
file_get_contents()
(file_put_contents)
file_put_contents
(print(”hello world!”))
print("Hello World!")
(code = 2)
code = 2
(while i < 5:)
while i < 5:
(if code == 5:)
if code == 5:
(list = [ 1,2,3 ])
list = [ 1,2,3 ]