C打

背景
投稿者投稿者malいいね14お気に入り登録2
プレイ回数7417難易度(3.5) 60秒 長文
c言語を極めたい方に
hello world
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 ku 5100 神のc使い 5.1 100% 60.0 306 0 18 2024/07/23
2 ku 4750 神のc使い 4.8 98.6% 60.0 289 4 16 2024/08/20
3 やすべぇ 2533 凡人プログラマー 2.7 92.6% 60.0 165 13 9 2024/09/30
4 noa 2283 凡人プログラマー 2.2 100% 60.0 137 0 7 2024/09/15
5 ACCO 1900 凡人プログラマー 1.9 95.9% 60.0 119 5 6 2024/09/25

関連タイピング

問題文

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

(#include <stdio.h>)

#include <stdio.h>

(int main(void))

int main(void)

(a+=5;)

a+=5;

(return 0;)

return 0;

(int func(int d,char *p);)

int func(int d,char *p);

(printf(”hello world¥n”);)

printf("hello world\n");

(scanf(”%d”,&a);)

scanf("%d",&a);

(struct person d;)

struct person d;

(unsigned int busy:1;)

unsigned int busy:1;

(#define filename ”test.h”)

#define FILENAME "test.h"

(va_start(ap,ct);)

va_start(ap,ct);

(for(i=0;i<100;i++){)

for(i=0;i<100;i++){

(#ifdef __stdc__)

#ifdef __STDC__

(sp->mem=40;)

sp->mem=40;

(strcpy(ss,”abcde”);)

strcpy(ss,"abcde");

(volatile int wtdt;)

volatile int wtdt;

(typedef int d;)

typedef int d;

(double d[20])

double d[20]

(extern int glb;)

extern int glb;

(static int a[3]={10,5,30};)

static int a[3]={10,5,30};