結果
| 問題 | No.605 板挟みの球面 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-12-08 11:11:39 |
| 言語 | Vim script (v9.2) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 178 bytes |
| 記録 | |
| コンパイル時間 | 91 ms |
| コンパイル使用メモリ | 8,100 KB |
| 実行使用メモリ | 11,648 KB |
| 最終ジャッジ日時 | 2026-05-23 12:30:16 |
| 合計ジャッジ時間 | 1,351 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 4 |
ソースコード
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