プログラムタイピング
PHPやJavaScript、Python等様々な言語から出題します!!
ぜひお楽しみに!
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | ku | 5366 | 天才プログラマー | 5.3 | 100% | 60.0 | 322 | 0 | 18 | 2025/11/15 |
関連タイピング
-
テスト対策
プレイ回数260長文かな1160打 -
プレイ回数6.4万かな391打
-
AIが書いた文章です
プレイ回数3968長文1657打 -
JavaScript 暗記用です
プレイ回数1216英語長文1345打 -
第二次世界大戦についての単語を打つだけです
プレイ回数12160秒 -
鬼滅の刃の登場人物のタイピング!!!!
プレイ回数2.8万かな60秒 -
なん打FINAL
プレイ回数4060秒 -
AIが書いた文章です。
プレイ回数6813長文1554打
問題文
(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 ]