C言語タイピング

プログラミングを効率的に!
C言語の予約語や関数などのタイピングです.
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 3609 | 中級プログラマー | 3.6 | 99.0% | 148.5 | 541 | 5 | 100 | 2025/04/27 |
2 | ku | 3255 | 中級プログラマー- | 3.2 | 100% | 166.2 | 541 | 0 | 100 | 2025/05/10 |
関連タイピング
-
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数1260英語長文90秒 -
Reactを使いこなそう
プレイ回数1333英語長文407打 -
”説明”>”コマンド” の順で表示されます。
プレイ回数684長文539打 -
HTML&CSSを忘れないために
プレイ回数2.6万英語長文759打 -
python
プレイ回数1862英語508打 -
JAVAの練習用です。
プレイ回数993長文120秒 -
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数3045英語長文120秒 -
Pythonプログラミングのタイピング超入門です。
プレイ回数2849短文90秒
問題文
ふりがな非表示
ふりがな表示
int(int)
char(char)
short(short)
long(long)
void(void)
auto(auto)
static(static)
register(register)
const(const)
if(if)
else(else)
for(for)
while(while)
do(do)
break(break)
continue(continue)
float(float)
double(double)
signed(signed)
unsigned(unsigned)
など
struct(struct)
enum(enum)
union(union)
typedef(typedef)
switch(switch)
case(case)
default(default)
extern(extern)
goto(goto)
sizeof(sizeof)
return(return)
#include(#include)
#define(#define)
#if(#if)
#else(#else)
#endif(#endif)
printf(printf)
vprintf(vprintf)
fprintf(fprintf)
vfprintf(vfprintf)
sprintf(sprintf)
vsprintf(vsprintf)
putchar(putchar)
putc(putc)
fputc(fputc)
puts(puts)
fputs(fputs)
FILE(FILE)
size_t(size_t)
clock_t(clock_t)
time_t(time_t)
rand(rand)
srand(srand)
malloc(malloc)
calloc(calloc)
realloc(realloc)
free(free)
fopen(fopen)
fclose(fclose)
NULL(NULL)
clock(clock)
time(time)
sin(sin)
cos(cos)
tan(tan)
sinh(sinh)
cosh(cosh)
tanh(tanh)
asin(asin)
acos(acos)
atan(atan)
log(log)
log2(log2)
log10(log10)
M_PI(M_PI)
M_E(M_E)
INFINITY(INFINITY)
HUGE_VAL(HUGE_VAL)
isalpha(isalpha)
isdigit(isdigit)
isxdigit(isxdigit)
isprint(isprint)
toupper(toupper)
tolower(tolower)
atoi(atoi)
atol(atol)
atof(atof)
strtol(strtol)
strcpy(strcpy)
strlen(strlen)
strcmp(strcmp)
qsort(qsort)
bsearch(bsearch)
CLOCKS_PER_SEC(CLOCKS_PER_SEC)
RAND_MAX(RAND_MAX)
CHAR_BIT(CHAR_BIT)
NAN(NAN)
sqrt(sqrt)
fabs(fabs)
M_SQRT2(M_SQRT2)