C打
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | nissyo2 | 1183 | 凡人プログラマー | 1.4 | 83.1% | 60.0 | 89 | 18 | 4 | 2025/12/28 |
関連タイピング
-
JavaScriptの暗記用です
プレイ回数4651 英語長文913打 -
ホームポジションが自然と身につく!
プレイ回数1145 短文60秒 -
Javaプログラミングにおける超入門タイピング練習です.
プレイ回数4600 短文英字90秒 -
shift文字『<』『>』の練習用です
プレイ回数1757 長文404打 -
プレイ回数136 短文記号300秒
-
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数3604 短文英字429打 -
Pythonプログラムを打ちまくる
プレイ回数9486 英語長文60秒 -
JavaScript 暗記用です
プレイ回数1265 英語長文1345打
問題文
(#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};