C言語タイピング

背景
投稿者投稿者いじりいいね6お気に入り登録
プレイ回数1198難易度(2.0) 143打
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 nkclover 1691 No10.天才プログラマ 1.9 88.8% 33.1 64 8 10 2025/11/25

問題文

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

(scanf)

scanf

(if)

if

(else)

else

(else if)

else if

(return 0;)

return 0;

(scanf)

scanf

(main)

int main(void)

(#include<stdio.h>)

#include<stdio.h>

(¥n)

\n

((”hello”))

("Hello ")

(%d)

%d

(int a;)

int a;

(a=1;)

a=1;

(printf(”aのなかみは%d”,a);)

printf("aの中身は%d",a);

(int a,b,c;)

int a,b,c;

(+-*/%)

+-*/%

(printf)

printf

(scanf(”%d”,&a);)

scanf("%d",&a);

(==)

==

(=)

=

など

(!=)

!=

問題文を全て表示 一部のみ表示 誤字・脱字等の報告