結果
| 問題 | 
                            No.89 どんどんドーナツどーんといこう!
                             | 
                    
| コンテスト | |
| ユーザー | 
                             yaoshimax
                         | 
                    
| 提出日時 | 2015-03-01 23:20:01 | 
| 言語 | Python2  (2.7.18)  | 
                    
| 結果 | 
                             
                                AC
                                 
                             
                            
                         | 
                    
| 実行時間 | 10 ms / 5,000 ms | 
| コード長 | 124 bytes | 
| コンパイル時間 | 74 ms | 
| コンパイル使用メモリ | 7,040 KB | 
| 実行使用メモリ | 6,820 KB | 
| 最終ジャッジ日時 | 2024-10-05 22:27:29 | 
| 合計ジャッジ時間 | 642 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge4 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 2 | 
| other | AC * 9 | 
ソースコード
import math C=int(raw_input()) Rin,Rout=map(int,raw_input().split()) r=(Rout-Rin)/2.0 print r*r*math.pi*(r+Rin)*2*math.pi*C
            
yaoshimax