結果

問題 No.815 Are you a traveller ?
ユーザー pekempeypekempey
提出日時 2019-04-19 21:20:32
言語 Ruby
(3.1.1p18 )
結果
AC  
実行時間 76 ms / 2,000 ms
コード長 25 bytes
コンパイル時間 32 ms
使用メモリ 14,000 KB
最終ジャッジ日時 2022-11-22 04:41:03
合計ジャッジ時間 1,431 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
使用メモリ
testcase_00 AC 76 ms
13,812 KB
testcase_01 AC 75 ms
13,936 KB
testcase_02 AC 74 ms
13,848 KB
testcase_03 AC 73 ms
13,872 KB
testcase_04 AC 73 ms
14,000 KB
testcase_05 AC 73 ms
13,804 KB
testcase_06 AC 73 ms
13,808 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts (gets.to_i + 1) / 2
0