プログラミング

背景
投稿者投稿者romeoionaいいね0お気に入り登録
プレイ回数5難易度(2.8) 60秒 英字
プログラミングタイピング
プログラミングでよく出てくる単語をタイピングにしました

関連タイピング

問題文

ふりがな非表示 ふりがな表示

(public)

pubic

(readonly)

readonly

(int)

int

(char* str;)

char* str;

(foreach)

foreach

(if)

if

(int[5] nums = { 1, 3, 5, 7, 9 };)

int[5] nums = { 1, 3, 5, 7, 9 };

(#ifndef _define_h_)

#ifndef _DEFINE_H_

(const)

const

(else)

else

(class)

class

(#include <iostream>)

#include <iostream>

(return 0;)

return 0;

(std:cout << ”hello world!”;)

std:cout << "hello world!";

(std::vector<int> numbers;)

std::vector<int> numbers;

(float)

float

(#define true 1)

#define TRUE 1

(static)

static

(scanf(”%s”, str);)

scanf("%s", str);