記号練習用
関連タイピング
-
プレイ回数262 長文英字60秒
-
『+』『-』『=』の練習に『:』を追加しました
プレイ回数2759 長文記号281打 -
E ~ |語尾改行|60秒間|番号順|頻出標準単語
プレイ回数4136 英字60秒 -
WEB系エンジニア向け
プレイ回数2484 英語長文1462打 -
AI対戦のマルバツゲームのコードです。
プレイ回数133 英語長文1065打 -
英数と記号を混ぜた文章です
プレイ回数157 英語長文1468打 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数3006 英語長文90秒 -
はじプロのノードンを打ち切れ!
プレイ回数127 1575打
問題文
ふりがな非表示
ふりがな表示
(#include <stdio.h>)
#include <stdio.h>
(int main(void){})
int main(void){}
(int short long)
int short long
(double float)
double float
(if (x % 2 == 0) printf("Even\n");)
if (x % 2 == 0) printf("Even\n");
(for (int i = 0; i < 100; i++){})
for (int i = 0; i < 100; i++){}
(#define PI 3.14f)
#define PI 3.14f
(if (x >= 0 && x <= 100))
if (x >= 0 && x <= 100)
(if (x != 0 || x == 100))
if (x != 0 || x == 100)
(while ( 1 ))
while ( 1 )
(char user_grade = 'C';)
char user_grade = 'C';
(int n = 1 + 1 - 1 * 1 / 1;)
int n = 1 + 1 - 1 * 1 / 1;
(printf("Hi, Tom.\n);)
printf("Hi, Tom.\n);
(printf("1^2~3^4~5^6~7^8~9^0\n");)
printf("1^2~3^4~5^6~7^8~9^0\n");
(char name[2][16] = {"Tom", "John"};)
char name[2][16] = {"Tom", "John"};
