結果
問題 | No.89 どんどんドーナツどーんといこう! |
ユーザー |
![]() |
提出日時 | 2025-01-22 21:10:29 |
言語 | Go (1.23.4) |
結果 |
WA
|
実行時間 | - |
コード長 | 203 bytes |
コンパイル時間 | 10,339 ms |
コンパイル使用メモリ | 234,324 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2025-01-22 21:10:42 |
合計ジャッジ時間 | 11,335 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | AC * 3 WA * 6 |
ソースコード
package mainimport . "fmt"import . "math"func main() {var c,rin,rout float64Scan(&c,&rin,&rout)// V=2*(pi*pi)*(r*r)*Rr:=(rout-rin)/2R:=(rout+rin)/2v:=2*Pi*Pi*r*r*RPrintf("%.10f\n",v)}