C打

関連タイピング
-
プログラミングを効率的に!
プレイ回数1029英語短文541打 -
css 3 暗記用です
プレイ回数923英語長文438打 -
WEB系エンジニア向け
プレイ回数2106英語長文1462打 -
css 3 暗記用です。
プレイ回数1045英語長文1146打 -
scratchやってる人集まれーー
プレイ回数162160秒 -
C使いならサクサク打てるはず!?
プレイ回数19万短文英字60秒 -
タッチタイピングをマスターしたい方向けの問題です。
プレイ回数9065長文英字411打 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数2082英語長文90秒
問題文
(#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};