C打
c言語を極めたい方に
hello world
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | ゆうちん | 2183 | 凡人プログラマー | 2.2 | 97.8% | 60.0 | 134 | 3 | 8 | 2026/02/10 |
関連タイピング
-
css 3 暗記用です
プレイ回数815 英語長文639打 -
1+1=2
プレイ回数28 109打 -
アルファベット以外のキーを覚えよう
プレイ回数4089 英語短文82打 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数2546 英語長文220打 -
Pythonプログラムを打ちまくる
プレイ回数1万 英語長文60秒 -
プレイ回数221 長文1764打
-
プレイ回数1356 英語短文120秒
-
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数3252 英語長文300秒
問題文
ふりがな非表示
ふりがな表示
(#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};