C言語タイピング
関連タイピング
-
プレイ回数13万かな254打
-
プレイ回数456万短文かな312打
-
プレイ回数4.4万かな266打
-
プレイ回数6万長文1159打
-
プレイ回数10万長文かな30秒
-
プレイ回数201万長文826打
-
プレイ回数38万数字323打
-
プレイ回数6199数字1002打
問題文
ふりがな非表示
ふりがな表示
#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)