結果

問題 No.796 well known
ユーザー koba-e964koba-e964
提出日時 2019-03-16 01:29:48
言語 Ruby
(3.3.0)
結果
AC  
実行時間 121 ms / 2,000 ms
コード長 36 bytes
コンパイル時間 402 ms
コンパイル使用メモリ 11,184 KB
実行使用メモリ 16,880 KB
最終ジャッジ日時 2023-09-14 14:57:05
合計ジャッジ時間 3,791 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 80 ms
15,168 KB
testcase_01 AC 80 ms
15,048 KB
testcase_02 AC 78 ms
15,036 KB
testcase_03 AC 80 ms
15,288 KB
testcase_04 AC 110 ms
16,348 KB
testcase_05 AC 112 ms
16,464 KB
testcase_06 AC 119 ms
16,732 KB
testcase_07 AC 92 ms
15,844 KB
testcase_08 AC 113 ms
16,488 KB
testcase_09 AC 100 ms
16,184 KB
testcase_10 AC 116 ms
16,880 KB
testcase_11 AC 90 ms
15,448 KB
testcase_12 AC 97 ms
15,944 KB
testcase_13 AC 110 ms
16,200 KB
testcase_14 AC 94 ms
15,812 KB
testcase_15 AC 100 ms
16,036 KB
testcase_16 AC 121 ms
16,660 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n=gets.to_i
puts ([1]+[3]*(n-1))*' '
0