C打
c言語を極めたい方に
hello world
関連タイピング
-
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数5181 英語長文120秒 -
プログラミングタイピング
プレイ回数1594 英字60秒 -
CSSでよく使うプロパティのタイピング
プレイ回数542 英語長文584打 -
Pythonプログラムを打ちまくる
プレイ回数1.3万 英語長文60秒 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数3529 英語長文90秒 -
Pyhonのプログラミングで使いそうな単語・記号を集めました
プレイ回数952 英語短文30秒 -
英数と記号を混ぜた文章です
プレイ回数1678 英語長文1468打 -
Java言語によるHello Worldプログラムです!
プレイ回数2547 長文英字92打
問題文
ふりがな非表示
ふりがな表示
(#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};