結果

問題 No.687 E869120 and Constructing Array 1
ユーザー yuruhiyayuruhiya
提出日時 2021-04-18 22:40:02
言語 Ruby
(3.3.0)
結果
AC  
実行時間 89 ms / 1,000 ms
コード長 22 bytes
コンパイル時間 56 ms
コンパイル使用メモリ 11,484 KB
実行使用メモリ 15,320 KB
最終ジャッジ日時 2023-09-17 08:06:06
合計ジャッジ時間 1,603 ms
ジャッジサーバーID
(参考情報)
judge14 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 89 ms
15,188 KB
testcase_01 AC 78 ms
15,036 KB
testcase_02 AC 79 ms
15,040 KB
testcase_03 AC 78 ms
15,304 KB
testcase_04 AC 79 ms
15,140 KB
testcase_05 AC 79 ms
15,236 KB
testcase_06 AC 80 ms
15,320 KB
testcase_07 AC 79 ms
15,148 KB
testcase_08 AC 80 ms
15,044 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: `*' interpreted as argument prefix
Syntax OK

ソースコード

diff #

n=eval *$<
p n/2,-~n/2
0