C++
関連タイピング
-
Pythonプログラミングのタイピング超入門です。
プレイ回数4016 短文90秒 -
英数と記号を混ぜた文章です
プレイ回数1956 英語長文1468打 -
※long long → ll, vector → vc
プレイ回数568 英語90秒 -
基本情報技術者試験の用語集のタイピング
プレイ回数1382 60秒 -
ホームポジションが自然と身につく!
プレイ回数2538 短文60秒 -
プログラミングの魅力についての長文です。
プレイ回数378 長文1119打 -
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数3843 英語長文300秒 -
scratchやってる人集まれーー
プレイ回数1754 60秒
問題文
ふりがな非表示
ふりがな表示
(auto)
auto
(new)
new
(delete)
delete
(default)
default
(class)
class
(private)
private
(public)
public
(protected)
protected
(register)
register
(return)
return
(this)
this
(switch)
switch
(int)
int
(double)
double
(string)
string
(char)
char
(void)
void
(const)
const
(for)
for
(if)
if
など
(else if)
else if
(else)
else
(#include <iostream>)
#include <iostream>
(#include <cstring>)
#include <cstring>
(#include <cmath>)
#include <cmath>
(case)
case
(break)
break
(do)
do
(bool)
bool
(true)
true
(false)
false
(friend)
friend
(operator)
operator
(enum)
enum
(#include <fstream>)
#include <fstream>
(using namespace std;)
using namespace std;
(virtual)
virtual
(throw)
throw
(catch)
catch
(while)
while
(continue)
continue
(try)
try
(short)
short
(float)
float
(signed)
signed
(unsigned)
unsigned
(template)
template
(static)
static