C打
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | BRICK93 | 3433 | 天才プログラマー | 3.4 | 100% | 60.0 | 206 | 0 | 11 | 2025/10/19 |
関連タイピング
-
Pythonプログラムを打ちまくる
プレイ回数8621英語長文60秒 -
Vi ( Vim ) コマンド を習得しよう!
プレイ回数3098190打 -
Pyhonのプログラミングで使いそうな単語・記号を集めました
プレイ回数607英語短文30秒 -
JavaScript 暗記用です
プレイ回数2035英語長文1567打 -
プログラミング用のタイピング練習
プレイ回数5251英語長文300秒 -
CSSの暗記用です 境界線のスタイリング
プレイ回数424英語長文1433打 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数2077英語長文220打 -
ITエンジニアならみんな知ってる?!解説付きタイピング!
プレイ回数508短文60秒
問題文
(#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};