記号練習用

背景
投稿者投稿者Aseteyanいいね5お気に入り登録1
プレイ回数2235難易度(3.9) 332打 英語 記号
記号練習
記号練習
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 ku 4962 B 4.9 99.6% 66.7 332 1 15 2024/10/25
2 ku 4882 B 4.8 99.6% 67.8 332 1 15 2024/06/08
3 must 1663 G++ 1.7 96.7% 193.0 332 11 15 2024/10/23
4 ポン酢 1482 G+ 1.6 91.7% 203.7 332 30 15 2024/10/10
5 たま 1036 G+ 1.1 93.5% 298.2 332 23 15 2024/10/17

関連タイピング

問題文

ふりがな非表示 ふりがな表示

(#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"};