記号練習用

背景
投稿者投稿者Aseteyanいいね5お気に入り登録1
プレイ回数2443難易度(3.9) 332打 英語 記号
記号練習
記号練習
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 ku 4933 B 4.9 100% 67.3 332 0 15 2025/12/14

関連タイピング

問題文

ふりがな非表示 ふりがな表示
(#include <stdio.h>) #include <stdio.h> (int main(void){}) int main(void){} (int short long) int short long (double float) double float (if (x % 2 == 0) printf("Even\n");) if (x % 2 == 0) printf("Even\n"); (for (int i = 0; i < 100; i++){}) for (int i = 0; i < 100; i++){} (#define PI 3.14f) #define PI 3.14f (if (x >= 0 && x <= 100)) if (x >= 0 && x <= 100) (if (x != 0 || x == 100)) if (x != 0 || x == 100) (while ( 1 )) while ( 1 )
(char user_grade = 'C';) char user_grade = 'C'; (int n = 1 + 1 - 1 * 1 / 1;) int n = 1 + 1 - 1 * 1 / 1; (printf("Hi, Tom.\n);) printf("Hi, Tom.\n); (printf("1^2~3^4~5^6~7^8~9^0\n");) printf("1^2~3^4~5^6~7^8~9^0\n"); (char name[2][16] = {"Tom", "John"};) char name[2][16] = {"Tom", "John"};