結果

問題 No.687 E869120 and Constructing Array 1
ユーザー 👑 yumechiyumechi
提出日時 2019-12-06 21:42:00
言語 Ruby
(3.3.0)
結果
AC  
実行時間 80 ms / 1,000 ms
コード長 44 bytes
コンパイル時間 290 ms
コンパイル使用メモリ 11,264 KB
実行使用メモリ 15,316 KB
最終ジャッジ日時 2023-08-25 14:13:32
合計ジャッジ時間 1,916 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 79 ms
15,264 KB
testcase_01 AC 80 ms
15,316 KB
testcase_02 AC 75 ms
15,080 KB
testcase_03 AC 78 ms
15,316 KB
testcase_04 AC 76 ms
15,104 KB
testcase_05 AC 74 ms
15,004 KB
testcase_06 AC 77 ms
15,156 KB
testcase_07 AC 76 ms
15,124 KB
testcase_08 AC 75 ms
15,284 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

a=gets.to_f/2;puts [a.floor,a.ceil].join " "
0