C打
c言語を極めたい方に
hello world
関連タイピング
-
ITエンジニアならみんな知ってる?!解説付きタイピング!
プレイ回数641 短文60秒 -
タッチタイピングをマスターしたい方向けの問題です。
プレイ回数9881 英字342打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数4374 短文英字429打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数1.5万 英字276打 -
cを一回押すだけです。
プレイ回数2.4万 短文1打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数9097 英字242打 -
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数3729 英語長文300秒 -
Pythonプログラムを打ちまくる
プレイ回数1.2万 英語長文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};