C言語タイピング
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 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);
(==)
==
(=)
=
など
(!=)
!=