C打

関連タイピング
-
htmlのタグが問題に出されます
プレイ回数1090短文120秒 -
chatGPTに作らせた部分一致検索サイトです。
プレイ回数1018長文590打 -
プレイ回数432英語長文90秒
-
Pythonプログラムを打ちまくる
プレイ回数7390英語長文60秒 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数1809英語長文220打 -
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数3698英語長文120秒 -
WEB系エンジニア向け
プレイ回数2067英語長文1462打 -
javaやpythonのコードを打つタイピングです
プレイ回数851長文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};