結果

問題 No.796 well known
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-11-08 21:13:13
言語 Ruby
(3.3.0)
結果
AC  
実行時間 111 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 86 ms
コンパイル使用メモリ 11,248 KB
実行使用メモリ 16,856 KB
最終ジャッジ日時 2023-09-29 21:42:56
合計ジャッジ時間 3,215 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 66 ms
15,252 KB
testcase_01 AC 65 ms
15,200 KB
testcase_02 AC 66 ms
15,036 KB
testcase_03 AC 67 ms
15,132 KB
testcase_04 AC 94 ms
16,332 KB
testcase_05 AC 97 ms
16,264 KB
testcase_06 AC 108 ms
16,732 KB
testcase_07 AC 77 ms
15,652 KB
testcase_08 AC 111 ms
16,456 KB
testcase_09 AC 99 ms
16,012 KB
testcase_10 AC 108 ms
16,672 KB
testcase_11 AC 77 ms
15,420 KB
testcase_12 AC 84 ms
15,964 KB
testcase_13 AC 96 ms
16,176 KB
testcase_14 AC 81 ms
15,664 KB
testcase_15 AC 88 ms
15,736 KB
testcase_16 AC 102 ms
16,856 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts (Array.new(N = gets.to_i-1) { 3 } + [4]) * " "
0