結果

問題 No.964 2020
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-01-27 00:02:52
言語 Ruby
(3.2.2)
結果
AC  
実行時間 83 ms / 2,020 ms
コード長 37 bytes
コンパイル時間 206 ms
コンパイル使用メモリ 11,240 KB
実行使用メモリ 15,304 KB
最終ジャッジ日時 2023-10-12 12:38:18
合計ジャッジ時間 1,733 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 81 ms
15,080 KB
testcase_01 AC 80 ms
15,260 KB
testcase_02 AC 81 ms
15,032 KB
testcase_03 AC 82 ms
15,304 KB
testcase_04 AC 83 ms
15,124 KB
testcase_05 AC 81 ms
15,116 KB
testcase_06 AC 82 ms
15,176 KB
testcase_07 AC 81 ms
15,172 KB
testcase_08 AC 81 ms
15,300 KB
testcase_09 AC 80 ms
15,172 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

i=gets.to_i;puts" 1234567890"[1..i]*i
0