C打

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 5100 | 神のc使い | 5.1 | 100% | 60.0 | 306 | 0 | 18 | 2024/07/23 |
2 | s | 1666 | 凡人プログラマー | 1.7 | 97.1% | 60.0 | 103 | 3 | 7 | 2025/04/13 |
3 | いそたつく | 166 | 初心者プログラマー | 0.4 | 61.3% | 60.0 | 27 | 17 | 1 | 2025/02/28 |
関連タイピング
-
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数965英語長文90秒 -
Pythonプログラムを打ちまくる
プレイ回数4495英語長文60秒 -
タイピングをマスターしたい方向けの問題です。
プレイ回数7577長文英字326打 -
C使いならサクサク打てるはず!?
プレイ回数18万短文英字60秒 -
プログラミングで良く使う構文を練習します
プレイ回数598英字615打 -
JAVAの練習用です。
プレイ回数863長文120秒 -
タイピングをマスターしたい方向けの問題です。
プレイ回数4万302打 -
JavaScriptの暗記用です
プレイ回数2527英語長文504打
問題文
(#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};