C打
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 5100 | 神のc使い | 5.1 | 100% | 60.0 | 306 | 0 | 18 | 2024/07/23 |
2 | ku | 4833 | 神のc使い | 4.8 | 99.6% | 60.0 | 291 | 1 | 17 | 2024/11/21 |
3 | こっこ | 3350 | 天才プログラマー | 3.5 | 93.8% | 60.0 | 215 | 14 | 13 | 2024/11/10 |
関連タイピング
-
プレイ回数4657英語長文120秒
-
プレイ回数599長文30秒
-
プレイ回数1237英語長文407打
-
プレイ回数1107長文299打
-
プレイ回数1615長文60秒
-
プレイ回数2万英語1055打
-
プレイ回数170長文英字60秒
-
プレイ回数655英語長文220打
問題文
ふりがな非表示
ふりがな表示
(#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};