結果

問題 No.815 Are you a traveller ?
ユーザー letrangerjpletrangerjp
提出日時 2019-04-19 21:21:30
言語 Ruby
(3.1.1p18 )
結果
AC  
実行時間 74 ms / 2,000 ms
コード長 15 bytes
コンパイル時間 34 ms
使用メモリ 13,968 KB
最終ジャッジ日時 2022-11-22 04:56:36
合計ジャッジ時間 1,432 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
使用メモリ
testcase_00 AC 73 ms
13,844 KB
testcase_01 AC 73 ms
13,816 KB
testcase_02 AC 74 ms
13,832 KB
testcase_03 AC 73 ms
13,856 KB
testcase_04 AC 73 ms
13,968 KB
testcase_05 AC 73 ms
13,796 KB
testcase_06 AC 74 ms
13,848 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: ambiguous first argument; put parentheses or a space even after `-' operator
Syntax OK

ソースコード

diff #

p -~gets.to_i/2
0