結果

問題 No.605 板挟みの球面
ユーザー cympfh
提出日時 2017-12-05 02:27:15
言語 Ruby
(3.4.1)
結果
AC  
実行時間 93 ms / 2,000 ms
コード長 35 bytes
コンパイル時間 187 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 12,288 KB
最終ジャッジ日時 2024-11-28 07:21:30
合計ジャッジ時間 922 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 4
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: ambiguous first argument; put parentheses or a space even after `-' operator
Syntax OK

ソースコード

diff #

p -2*(gets.to_f-gets.to_f)*Math::PI
0