結果
問題 | No.605 板挟みの球面 |
ユーザー |
|
提出日時 | 2017-12-08 11:11:39 |
言語 | Vim script (v9.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 178 bytes |
コンパイル時間 | 91 ms |
コンパイル使用メモリ | 6,692 KB |
実行使用メモリ | 12,032 KB |
最終ジャッジ日時 | 2024-11-29 19:05:30 |
合計ジャッジ時間 | 763 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | RE * 4 |
ソースコード
function! s:main(input) abortreturn 2 * 3.14159265 * (str2float(input[1]) - str2float(input[0]))endfunctionlet s:input = getline(1, '$')enewput = s:main(s:input)2,$print