python 競プロ用(お試し)
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | Saihate | 2366 | F++ | 2.6 | 91.7% | 30.0 | 78 | 7 | 2 | 2024/12/21 |
問題文
ふりがな非表示
ふりがな表示
(n = int(input()))
n = int(input())
(a,b,c = map(int,input().split()))
a,b,c = map(int,input().split())
(x = list(map(int,input().split())))
x = list(map(int,input().split()))