結果
問題 | No.605 板挟みの球面 |
ユーザー | nebukuro09 |
提出日時 | 2017-12-08 11:11:39 |
言語 | Vim script (v9.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 178 bytes |
コンパイル時間 | 110 ms |
コンパイル使用メモリ | 6,688 KB |
実行使用メモリ | 12,160 KB |
最終ジャッジ日時 | 2024-05-07 05:22:06 |
合計ジャッジ時間 | 1,232 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
ソースコード
function! s:main(input) abort return 2 * 3.14159265 * (str2float(input[1]) - str2float(input[0])) endfunction let s:input = getline(1, '$') enew put = s:main(s:input) 2,$print