C言語タイピング
関連タイピング
-
プレイ回数454万短文かな312打
-
プレイ回数260万703打
-
プレイ回数123万数字60秒
-
プレイ回数12万かな254打
-
プレイ回数8.4万短文かな455打
-
プレイ回数5長文かな493打
-
プレイ回数23万60秒
-
プレイ回数1447歌詞890打
問題文
ふりがな非表示
ふりがな表示
#include(#include)
printf(printf)
scanf(scanf)
if(if)
else(else)
switch(switch)
for(for)
while(while)
continue(continue)
break(break)
case(case)
int(int)
double(double)
char(char)
float(float)
unsigned(unsigned)
long(long)
void(void)
struct(struct)
enum(enum)
など
union(union)
puts(puts)
gets(gets)
putchar(putchar)
getchar(getchar)
default(default)
extern(extern)
fopen(fopen)
fclose(fclose)
return(return)
sizeof(sizeof)
static(static)
typedef(typedef)
short(short)
atoi(atoi)
exit(exit)
rand(rand)
strcat(strcat)
strcmp(strcmp)
strcpy(strcpy)
strlen(strlen)
#define(#define)
%d(%d)
%f(%f)
%lf(%lf)
%c(%c)
%s(%s)
//(//)
()(())
[]([])
{}({})
++(++)
--(--)
&&(&&)
||(||)
do(do)
const(const)
;(;)
.(.)
,(,)
!(!)
null(null)
eof(eof)
byte(byte)
==(==)
!=(!=)
+=(+=)
-=(-=)
""(””)
''(’’)
*(*)
/(/)
%(%)
\(¥)
_(_)
*=(*=)
/=(/=)
%=(%=)
>=(>=)
<=(<=)
?:(?:)
>(>)
<(<)
\n(¥n)
bit(bit)
\t(¥t)
?(?)
+(+)
-(-)
\\(¥¥)
1(1)
2(2)
3(3)
4(4)
5(5)
6(6)
7(7)
8(8)
9(9)
0(0)